Reinsert goog.provide for enums in olx.js

This commit is contained in:
Peter Robins
2016-07-05 07:32:30 +00:00
parent b5da32340e
commit d7180fd1e8
3 changed files with 3 additions and 0 deletions

View File

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