Merge pull request #5475 from probins/enumprovide

Remove goog.provide from enums only used internally or in olx.js
This commit is contained in:
Frédéric Junod
2016-06-30 16:57:21 +02:00
committed by GitHub
6 changed files with 0 additions and 7 deletions

View File

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

View File

@@ -1,5 +1,4 @@
goog.provide('ol.DeviceOrientation');
goog.provide('ol.DeviceOrientationProperty');
goog.require('ol.events');
goog.require('ol');

View File

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

View File

@@ -1,7 +1,6 @@
// FIXME handle geolocation not supported
goog.provide('ol.Geolocation');
goog.provide('ol.GeolocationProperty');
goog.require('ol.events');
goog.require('ol.events.EventType');

View File

@@ -1,6 +1,5 @@
goog.provide('ol.Overlay');
goog.provide('ol.OverlayPositioning');
goog.provide('ol.OverlayProperty');
goog.require('goog.asserts');
goog.require('ol.events');

View File

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