Add missing goog.require('ol.asserts')

This commit is contained in:
Frederic Junod
2016-08-15 09:24:15 +02:00
parent 2489dee519
commit ca7fbc25de
13 changed files with 15 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
goog.provide('ol.format.WFS');
goog.require('ol');
goog.require('ol.asserts');
goog.require('ol.format.GML3');
goog.require('ol.format.GMLBase');
goog.require('ol.format.ogc.filter');