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

@@ -82,3 +82,13 @@ describe('ol.layer.Vector', function() {
});
});
goog.require('ol.Expression');
goog.require('ol.Feature');
goog.require('ol.geom.LineString');
goog.require('ol.projection');
goog.require('ol.layer.Vector');
goog.require('ol.source.Vector');
goog.require('ol.style.Line');
goog.require('ol.style.Rule');
goog.require('ol.style.Style');