Add missing goog.provide's (for @enum's)
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
goog.provide('ol.format.IGC');
|
goog.provide('ol.format.IGC');
|
||||||
|
goog.provide('ol.format.IGCZ');
|
||||||
|
|
||||||
goog.require('goog.asserts');
|
goog.require('goog.asserts');
|
||||||
goog.require('goog.string');
|
goog.require('goog.string');
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
goog.provide('ol.source.wms');
|
goog.provide('ol.source.wms');
|
||||||
|
goog.provide('ol.source.wms.ServerType');
|
||||||
|
|
||||||
goog.require('goog.asserts');
|
goog.require('goog.asserts');
|
||||||
goog.require('goog.object');
|
goog.require('goog.object');
|
||||||
|
|||||||
Reference in New Issue
Block a user