Remove goog.provide for enums only in olx.js

This commit is contained in:
Peter Robins
2016-06-15 09:14:13 +00:00
parent bda673f389
commit e5cc971dc9
3 changed files with 0 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
goog.provide('ol.control.ScaleLine'); goog.provide('ol.control.ScaleLine');
goog.provide('ol.control.ScaleLineUnits');
goog.require('goog.asserts'); goog.require('goog.asserts');
goog.require('ol.events'); goog.require('ol.events');

View File

@@ -1,5 +1,4 @@
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('ol.Feature'); goog.require('ol.Feature');

View File

@@ -1,5 +1,4 @@
goog.provide('ol.source.WMTS'); goog.provide('ol.source.WMTS');
goog.provide('ol.source.WMTSRequestEncoding');
goog.require('goog.asserts'); goog.require('goog.asserts');
goog.require('ol.TileUrlFunction'); goog.require('ol.TileUrlFunction');