Add missing goog.provide's

This commit is contained in:
Éric Lemoine
2015-04-07 13:40:47 +02:00
parent 5843654650
commit e45c44fa01
30 changed files with 31 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ goog.require('goog.asserts');
goog.require('ol.Feature');
goog.require('ol.format.Feature');
goog.require('ol.format.TextFeature');
goog.require('ol.geom.GeometryLayout');
goog.require('ol.geom.LineString');
goog.require('ol.geom.SimpleGeometry');
goog.require('ol.geom.flat.flip');