Merge pull request #2684 from ahocevar/notify-change

Rename ol.Observable#dispatchChangeEvent() to #changed()
This commit is contained in:
Andreas Hocevar
2014-09-11 15:51:22 -07:00
32 changed files with 66 additions and 66 deletions

View File

@@ -220,7 +220,7 @@ function simulatePositionChange(position) {
'EPSG:3857');
geolocation.set('position', projectedPosition);
geolocation.set('speed', coords.speed);
geolocation.dispatchChangeEvent();
geolocation.changed();
}
function disableButtons() {