Forgot to remove a require

This commit is contained in:
Nicholas L
2016-01-17 19:13:29 +13:00
parent 5bd3fb494c
commit 9bcf624382

View File

@@ -1,6 +1,5 @@
goog.provide('ol.geom.Polygon'); goog.provide('ol.geom.Polygon');
goog.require('goog.array');
goog.require('goog.asserts'); goog.require('goog.asserts');
goog.require('goog.math'); goog.require('goog.math');
goog.require('ol'); goog.require('ol');