Add missing goog.provide's (for @enum's)

This commit is contained in:
Éric Lemoine
2013-12-18 23:29:26 +01:00
parent fc7c82e86c
commit fead554a39
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
goog.provide('ol.format.IGC');
goog.provide('ol.format.IGCZ');
goog.require('goog.asserts');
goog.require('goog.string');