Add ol.BrowserFeature.HAS_DOM
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
goog.provide('ol.renderer.dom');
|
||||
|
||||
goog.require('ol.BrowserFeature');
|
||||
|
||||
|
||||
/**
|
||||
* Is supported.
|
||||
* @const
|
||||
* @type {boolean}
|
||||
*/
|
||||
ol.renderer.dom.SUPPORTED = true;
|
||||
ol.renderer.dom.SUPPORTED = ol.BrowserFeature.HAS_DOM;
|
||||
|
||||
Reference in New Issue
Block a user