Add require statements to feature classes, so that single file build works correctly.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@997 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @class
|
* @class
|
||||||
|
* @require: OpenLayers/Util.js
|
||||||
*/
|
*/
|
||||||
OpenLayers.Feature = Class.create();
|
OpenLayers.Feature = Class.create();
|
||||||
OpenLayers.Feature.prototype= {
|
OpenLayers.Feature.prototype= {
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @class
|
* @class
|
||||||
|
* @require: OpenLayers/Feature.js
|
||||||
*/
|
*/
|
||||||
OpenLayers.Feature.WFS = Class.create();
|
OpenLayers.Feature.WFS = Class.create();
|
||||||
OpenLayers.Feature.WFS.prototype =
|
OpenLayers.Feature.WFS.prototype =
|
||||||
|
|||||||
Reference in New Issue
Block a user