Files
openlayers/test/spec/ol
Tim Schaub 0ed59f7be3 Merge pull request #1348 from tschaub/beforechange
Add `ol.ObjectEvent` for changes to `ol.Object` properties.  Previously, `ol.Object` dispatched instances of `goog.events.Event` with type `change`.  Now `ol.ObjectEvent` instances will be dispatched on property changes.  The events include a `getKey` method to get the name of the property being changed.  The `beforepropertychange` type event is fired before a property value changes, and the `propertychange` type event fires after the property value changes.
2013-12-13 07:28:36 -08:00
..
2013-08-30 14:59:21 -06:00
2013-11-12 11:36:40 +01:00
2013-12-04 15:05:43 +01:00
2013-03-27 11:52:42 +01:00
2013-03-19 21:34:31 +01:00
2013-05-06 15:35:40 +02:00
2013-11-04 13:21:11 -07:00
2013-03-22 17:25:31 +01:00
2013-07-09 09:30:45 +02:00