Rename ol.MVCArray to ol.Array

This commit is contained in:
Tom Payne
2012-07-06 20:37:53 +02:00
committed by Tom Payne
parent 331ee15ac8
commit d70869c702
3 changed files with 68 additions and 68 deletions

View File

@@ -1,11 +1,11 @@
goog.provide('ol');
goog.require('ol.Array');
goog.require('ol.Bounds');
goog.require('ol.Camera');
goog.require('ol.Extent');
goog.require('ol.Layer');
goog.require('ol.LayerView');
goog.require('ol.MVCArray');
goog.require('ol.Object');
goog.require('ol.Projection');
goog.require('ol.TileBounds');