Use @exportSymbol for exporting ol.webgl.SUPPORTED

For consistency with the way we export ol.DeviceOrientation.SUPPORTED and ol.Geolocation.SUPPORTED.
This commit is contained in:
Éric Lemoine
2013-09-28 22:47:25 +02:00
parent 925b5d285a
commit 5c5fcb7e06
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
@exportSymbol ol.webgl.SUPPORTED ol.webgl.SUPPORTED
-1
View File
@@ -63,4 +63,3 @@ ol.webgl.SUPPORTED = (function() {
return false;
}
})();
goog.exportSymbol('ol.webgl.SUPPORTED', ol.webgl.SUPPORTED);