Get rid of compiler warnings

This commit is contained in:
ahocevar
2014-02-23 01:50:59 +01:00
parent 696425af36
commit 7b56abdac7
3 changed files with 8 additions and 7 deletions

View File

@@ -401,6 +401,7 @@ describe('ol.format.GPX', function() {
goog.require('ol.Feature');
goog.require('ol.format.GPX');
goog.require('ol.format.GPX.V1_1');
goog.require('ol.geom.LineString');
goog.require('ol.geom.MultiLineString');
goog.require('ol.geom.Point');