Update ol.Bounds, remove referenced/unreferenced bounds distinction

This commit is contained in:
Tom Payne
2012-07-05 14:43:04 +02:00
committed by Tom Payne
parent a3322aa9e1
commit 6ced2b5815
5 changed files with 21 additions and 237 deletions

View File

@@ -1,5 +1,6 @@
goog.provide('ol');
goog.require('ol.Bounds');
goog.require('ol.MVCArray');
goog.require('ol.MVCObject');
goog.require('ol.TileBounds');