Lint-free tests

This commit is contained in:
Tim Schaub
2013-03-04 21:30:23 +01:00
parent dc19948a85
commit 1d6cd1bd1b
8 changed files with 23 additions and 1 deletions

View File

@@ -84,5 +84,6 @@ describe('ol.geom.Polygon', function() {
});
goog.require('ol.geom.Geometry');
goog.require('ol.geom.LinearRing');
goog.require('ol.geom.Polygon');
goog.require('ol.geom.SharedVertices');