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:
Éric Lemoine
2013-05-09 21:13:20 +02:00
parent 10b690b5f9
commit 8779b90f7c

View File

@@ -1 +0,0 @@
@exportSymbol goog.require goog.nullFunction