From 8779b90f7caa3c6cdca53cae6667396cdf15aea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Thu, 9 May 2013 21:13:20 +0200 Subject: [PATCH] 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. --- src/goog.exports | 1 - 1 file changed, 1 deletion(-) delete mode 100644 src/goog.exports diff --git a/src/goog.exports b/src/goog.exports deleted file mode 100644 index b8ccadc37a..0000000000 --- a/src/goog.exports +++ /dev/null @@ -1 +0,0 @@ -@exportSymbol goog.require goog.nullFunction