Create new ol.base and include ol.error
This commit is contained in:
@@ -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');
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
goog.provide('ol.base');
|
||||
goog.provide('ol.error');
|
||||
|
||||
/**
|
||||
Reference in New Issue
Block a user