Export ol.webgl.SUPPORTED and provide ol.webgl

This commit is contained in:
Tim Schaub
2013-09-15 13:10:52 -06:00
parent 26b46d248b
commit 54738e29eb
9 changed files with 9 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ goog.require('ol.View2D');
goog.require('ol.dom.Input');
goog.require('ol.layer.Tile');
goog.require('ol.source.OSM');
goog.require('ol.webgl.SUPPORTED');
goog.require('ol.webgl');
if (!ol.webgl.SUPPORTED) {