Add initial exports and externs

This commit is contained in:
Tom Payne
2012-09-26 18:22:40 +02:00
parent 3b11398f35
commit 546f1f4b9f
11 changed files with 205 additions and 8 deletions
+3
View File
@@ -0,0 +1,3 @@
goog.require('ol.layer.TileJSON');
goog.exportSymbol('ol.layer.TileJSON', ol.layer.TileJSON);