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