Remove google.exports
This .exports file made goog.require be exported as a null function. This was needed to be able to run the ol3 examples uncompiled against the ol.js build. Now that host-examples target removes the goog.require statements from the examples' js files (74b8fea6) we don't need to export goog.require anymore.
This commit is contained in:
@@ -1 +0,0 @@
|
||||
@exportSymbol goog.require goog.nullFunction
|
||||
Reference in New Issue
Block a user