Export ol.BrowserFeature.HAS_WEBGL

This commit is contained in:
Frederic Junod
2014-05-08 08:57:29 +02:00
parent a189c4a68a
commit e1436b25e0

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 && (
/** /**