Make ol.DeviceOrientation dispatch change events

This commit is contained in:
Frederic Junod
2014-03-17 09:05:49 +01:00
parent c3cc4af453
commit 6df7d5afda

View File

@@ -140,6 +140,7 @@ ol.DeviceOrientation.prototype.orientationChange_ = function(browserEvent) {
this.set(ol.DeviceOrientationProperty.GAMMA,
goog.math.toRadians(event.gamma));
}
this.dispatchChangeEvent();
};