If using OpenLayers namespace must have at least one requirement.

This commit is contained in:
Xavier Mamano
2012-02-29 17:07:41 +01:00
parent 85b997fa0e
commit fe33e29000
4 changed files with 12 additions and 1 deletions

View File

@@ -1,5 +1,4 @@
[first] [first]
OpenLayers/SingleFile.js
[last] [last]

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.

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

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