Change ol.BrowserFeature.HAS_POINTER feature detection

Because navigator.pointerEnabled will not be part of the final spec.
See https://www.w3.org/Bugs/Public/show_bug.cgi?id=22890
This commit is contained in:
Frederic Junod
2014-03-11 14:31:04 +01:00
committed by tsauerwein
parent a13ade90ad
commit aee76c989d
2 changed files with 1 additions and 15 deletions

View File

@@ -52,12 +52,3 @@ Document.prototype.msFullscreenEnabled;
/** @type {Element} */
Document.prototype.msFullscreenElement;
// @see https://code.google.com/p/closure-compiler/issues/detail?id=1276
/**
* @type {boolean}
* @see http://www.w3.org/TR/pointerevents/#widl-Navigator-pointerEnabled
*/
Navigator.prototype.pointerEnabled;