Merge pull request #2050 from fredj/has_webgl

Export ol.BrowserFeature.HAS_WEBGL
This commit is contained in:
Frédéric Junod
2014-05-08 09:53:13 +02:00
+1
View File
@@ -127,6 +127,7 @@ ol.BrowserFeature.HAS_MSPOINTER =
* True if browser supports WebGL. * True if browser supports WebGL.
* @const * @const
* @type {boolean} * @type {boolean}
* @todo api
*/ */
ol.BrowserFeature.HAS_WEBGL = ol.ENABLE_WEBGL && ( ol.BrowserFeature.HAS_WEBGL = ol.ENABLE_WEBGL && (
/** /**