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

@@ -1,5 +1,4 @@
goog.provide('ol.webgl');
goog.provide('ol.webgl.SUPPORTED');
goog.provide('ol.webgl.WebGLContextEventType');
goog.require('goog.dom');
@@ -64,3 +63,4 @@ ol.webgl.SUPPORTED = (function() {
return false;
}
})();
goog.exportSymbol('ol.webgl.SUPPORTED', ol.webgl.SUPPORTED);