From 4709d697b7a3d9f7fce99b441e93174cb68a96ce Mon Sep 17 00:00:00 2001 From: euzuro Date: Tue, 18 Jul 2006 17:21:36 +0000 Subject: [PATCH] add appropriate requirements now that we are using an Util.js function in Feature.js git-svn-id: http://svn.openlayers.org/trunk/openlayers@974 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Feature.js | 3 +++ lib/OpenLayers/Feature/WFS.js | 3 +++ 2 files changed, 6 insertions(+) diff --git a/lib/OpenLayers/Feature.js b/lib/OpenLayers/Feature.js index abcb99b636..31413f556c 100644 --- a/lib/OpenLayers/Feature.js +++ b/lib/OpenLayers/Feature.js @@ -1,6 +1,9 @@ /* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full * text of the license. */ + +// @require: OpenLayers/Util.js + /** * @class */ diff --git a/lib/OpenLayers/Feature/WFS.js b/lib/OpenLayers/Feature/WFS.js index b2eb0f5224..848e2ed2bb 100644 --- a/lib/OpenLayers/Feature/WFS.js +++ b/lib/OpenLayers/Feature/WFS.js @@ -1,6 +1,9 @@ /* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full * text of the license. */ + +// @require: OpenLayers/Feature.js + /** * @class */