Merge pull request #263 from jorix/always_requires

Avoid using the [first] section.  Specify dependencies in the lib.
This commit is contained in:
Tim Schaub
2012-02-29 19:31:15 -08:00
4 changed files with 12 additions and 1 deletions
-1
View File
@@ -1,5 +1,4 @@
[first] [first]
OpenLayers/SingleFile.js
[last] [last]
+4
View File
@@ -3,6 +3,10 @@
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the * See http://svn.openlayers.org/trunk/openlayers/license.txt for the
* full text of the license. */ * full text of the license. */
/**
* @requires OpenLayers/SingleFile.js
*/
/** /**
* Header: OpenLayers Base Types * Header: OpenLayers Base Types
* OpenLayers custom string, number and function functions are described here. * OpenLayers custom string, number and function functions are described here.
+4
View File
@@ -3,6 +3,10 @@
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the * See http://svn.openlayers.org/trunk/openlayers/license.txt for the
* full text of the license. */ * full text of the license. */
/**
* @requires OpenLayers/SingleFile.js
*/
/** /**
* Namespace: OpenLayers.Date * Namespace: OpenLayers.Date
* Contains implementations of Date.parse and date.toISOString that match the * Contains implementations of Date.parse and date.toISOString that match the
+4
View File
@@ -3,6 +3,10 @@
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the * See http://svn.openlayers.org/trunk/openlayers/license.txt for the
* full text of the license. */ * full text of the license. */
/**
* @requires OpenLayers/SingleFile.js
*/
/** /**
* Namespace: Spherical * Namespace: Spherical
* The OpenLayers.Spherical namespace includes utility functions for * The OpenLayers.Spherical namespace includes utility functions for