lib/cpee/handler_properties.rb in cpee-1.3.173 vs lib/cpee/handler_properties.rb in cpee-1.3.174
- old
+ new
@@ -30,9 +30,11 @@
@data.unserialize_dataelements!
@data.notify('properties/dataelements/change', :instance => @data.instance)
when 'positions'
@data.unserialize_positions!
@data.notify('properties/position/change', :instance => @data.instance)
+ when 'transformation'
+ @data.notify('properties/transformation/change', :instance => @data.instance)
when 'state'
@data.unserialize_state!
else
nil
end