HAS_DOM is false if ENABLE_DOM is false

This commit is contained in:
Éric Lemoine
2013-12-18 11:18:31 +01:00
parent 5bb6dbfef3
commit 3df49423ad
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ ol.BrowserFeature.HAS_DEVICE_ORIENTATION =
* @type {boolean}
* @todo stability experimental
*/
ol.BrowserFeature.HAS_DOM = true;
ol.BrowserFeature.HAS_DOM = ol.ENABLE_DOM;
/**