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:
1
src/ol/webgl/webgl.exports
Normal file
1
src/ol/webgl/webgl.exports
Normal file
@@ -0,0 +1 @@
|
||||
@exportSymbol ol.webgl.SUPPORTED ol.webgl.SUPPORTED
|
||||
@@ -63,4 +63,3 @@ ol.webgl.SUPPORTED = (function() {
|
||||
return false;
|
||||
}
|
||||
})();
|
||||
goog.exportSymbol('ol.webgl.SUPPORTED', ol.webgl.SUPPORTED);
|
||||
|
||||
Reference in New Issue
Block a user