lib/cpee/handler_properties.rb in cpee-1.3.152 vs lib/cpee/handler_properties.rb in cpee-1.3.153
- old
+ new
@@ -18,10 +18,9 @@
when 'handlerwrapper'
@data.unserialize_handlerwrapper!
@data.notify('properties/handlerwrapper/change', :instance => @data.instance)
when 'description'
nots = @data.unserialize_description!
- @data.notify('properties/description/change', :instance => @data.instance)
nots.uniq.each do |noti|
@data.notify(*noti)
end
when 'endpoints'
@data.unserialize_endpoints!