Create new ol.base and include ol.error

This commit is contained in:
Tom Payne
2012-06-22 11:50:35 +02:00
parent a0e5741774
commit fd4c776181
2 changed files with 3 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
goog.provide("ol");
goog.require('ol.base');
goog.require('ol.bounds');
goog.require('ol.control.Control');
goog.require('ol.control.Navigation');

View File

@@ -1,3 +1,4 @@
goog.provide('ol.base');
goog.provide('ol.error');
/**