Fix requires statement. Single file build of OpenLayers broken prior to this.

(Thx jrf)


git-svn-id: http://svn.openlayers.org/trunk/openlayers@1560 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2006-10-04 15:33:02 +00:00
parent 8dfb4c3ce9
commit dc7c266f1f

View File

@@ -1,7 +1,7 @@
/* 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/Layer/Grid.js
// @requires OpenLayers/Layer/Grid.js
/**
* @class
*/