Rename BrowserFeature to browserfeature
This commit is contained in:
@@ -3,8 +3,8 @@ goog.provide('ol.DeviceOrientationProperty');
|
||||
|
||||
goog.require('goog.events');
|
||||
goog.require('goog.math');
|
||||
goog.require('ol.BrowserFeature');
|
||||
goog.require('ol.Object');
|
||||
goog.require('ol.browserfeature');
|
||||
|
||||
|
||||
/**
|
||||
@@ -221,7 +221,7 @@ goog.exportProperty(
|
||||
* @private
|
||||
*/
|
||||
ol.DeviceOrientation.prototype.handleTrackingChanged_ = function() {
|
||||
if (ol.BrowserFeature.HAS_DEVICE_ORIENTATION) {
|
||||
if (ol.browserfeature.HAS_DEVICE_ORIENTATION) {
|
||||
var tracking = this.getTracking();
|
||||
if (tracking && goog.isNull(this.listenerKey_)) {
|
||||
this.listenerKey_ = goog.events.listen(goog.global, 'deviceorientation',
|
||||
|
||||
Reference in New Issue
Block a user