Add missing requires

Without explicit requires, it is possible that a build would exclude ol.js.
This commit is contained in:
Tim Schaub
2014-04-30 08:37:52 -06:00
parent 3f0da11008
commit cec41c4b0a
10 changed files with 10 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
goog.provide('ol.source.MapQuest');
goog.require('goog.asserts');
goog.require('ol');
goog.require('ol.Attribution');
goog.require('ol.source.OSM');
goog.require('ol.source.XYZ');