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:
crschmidt
2006-07-24 11:30:50 +00:00
parent b5fb825788
commit 162f0a408b
2 changed files with 2 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
/**
* @class
* @require: OpenLayers/Util.js
*/
OpenLayers.Feature = Class.create();
OpenLayers.Feature.prototype= {

View File

@@ -6,6 +6,7 @@
/**
* @class
* @require: OpenLayers/Feature.js
*/
OpenLayers.Feature.WFS = Class.create();
OpenLayers.Feature.WFS.prototype =