Provides for tests

This commit is contained in:
Tim Schaub
2013-02-19 23:15:45 -07:00
parent 438664a190
commit 083404bd58
6 changed files with 36 additions and 18 deletions

View File

@@ -1,3 +1,5 @@
gooog.require('ol.test.geom.Polygon');
describe('ol.geom.Polygon', function() {
var outer = [[0, 0], [10, 0], [10, 10], [0, 10], [0, 0]],
@@ -62,3 +64,4 @@ describe('ol.geom.Polygon', function() {
});
goog.require('ol.geom.Polygon');