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

View File

@@ -127,6 +127,7 @@ ol.BrowserFeature.HAS_MSPOINTER =
* True if browser supports WebGL.
* @const
* @type {boolean}
* @todo api
*/
ol.BrowserFeature.HAS_WEBGL = ol.ENABLE_WEBGL && (
/**