Rename ol.MVCObject to ol.Object

This commit is contained in:
Tom Payne
2012-07-06 20:25:37 +02:00
committed by Tom Payne
parent 4bdaf293b0
commit 438d5f2484
7 changed files with 129 additions and 131 deletions

View File

@@ -6,7 +6,7 @@ goog.require('ol.Extent');
goog.require('ol.Layer');
goog.require('ol.LayerView');
goog.require('ol.MVCArray');
goog.require('ol.MVCObject');
goog.require('ol.Object');
goog.require('ol.Projection');
goog.require('ol.TileBounds');
goog.require('ol.TileCoord');