Missing require in epsg3857.test.js

This commit is contained in:
Tim Schaub
2017-08-18 16:48:06 -04:00
parent 670c6d9f3f
commit 145505fa8a

View File

@@ -1,6 +1,5 @@
goog.require('ol.proj');
goog.require('ol.proj.EPSG3857');
describe('ol.proj.EPSG3857', function() {