Remove unused goog.require
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
goog.provide('ol.format.filter');
|
||||
|
||||
goog.require('ol');
|
||||
goog.require('ol.format.filter.And');
|
||||
goog.require('ol.format.filter.Bbox');
|
||||
goog.require('ol.format.filter.EqualTo');
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
goog.provide('ol.format.filter.Filter');
|
||||
|
||||
goog.require('ol');
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
goog.provide('ol.format.XSD');
|
||||
|
||||
goog.require('ol');
|
||||
goog.require('ol.xml');
|
||||
goog.require('ol.string');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user