Create ol.Size around goog.math.Size

This commit is contained in:
Tom Payne
2012-07-19 10:46:43 +02:00
parent c547404615
commit 513d8e7268
8 changed files with 47 additions and 24 deletions
-1
View File
@@ -1,7 +1,6 @@
goog.provide('ol.TileBounds');
goog.require('goog.asserts');
goog.require('goog.math.Size');
goog.require('ol.Rectangle');
goog.require('ol.TileCoord');