Add extern for Navigator.prototype.pointerEnabled
This commit is contained in:
committed by
tsauerwein
parent
51d7cb2820
commit
cbb875e504
@@ -173,7 +173,7 @@ ol.BrowserFeature.HAS_TOUCH = ol.ASSUME_TOUCH ||
|
||||
* @todo stability experimental
|
||||
*/
|
||||
ol.BrowserFeature.HAS_POINTER =
|
||||
!!(goog.global.navigator['pointerEnabled']);
|
||||
!!(goog.global.navigator.pointerEnabled);
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user