Merge pull request #5565 from probins/enum

Reinsert goog.provide for enums in olx.js
This commit is contained in:
Andreas Hocevar
2016-07-05 09:52:22 +02:00
committed by GitHub
3 changed files with 3 additions and 0 deletions

View File

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

View File

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

View File

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