diff --git a/build/mobile.cfg b/build/mobile.cfg index 0fe32aaa6a..7bba251270 100644 --- a/build/mobile.cfg +++ b/build/mobile.cfg @@ -1,5 +1,4 @@ [first] -OpenLayers/SingleFile.js [last] diff --git a/lib/OpenLayers/BaseTypes.js b/lib/OpenLayers/BaseTypes.js index 241f43437a..d07b429d17 100644 --- a/lib/OpenLayers/BaseTypes.js +++ b/lib/OpenLayers/BaseTypes.js @@ -3,6 +3,10 @@ * See http://svn.openlayers.org/trunk/openlayers/license.txt for the * full text of the license. */ +/** + * @requires OpenLayers/SingleFile.js + */ + /** * Header: OpenLayers Base Types * OpenLayers custom string, number and function functions are described here. diff --git a/lib/OpenLayers/BaseTypes/Date.js b/lib/OpenLayers/BaseTypes/Date.js index 9af051c8b6..3b645fe852 100644 --- a/lib/OpenLayers/BaseTypes/Date.js +++ b/lib/OpenLayers/BaseTypes/Date.js @@ -3,6 +3,10 @@ * See http://svn.openlayers.org/trunk/openlayers/license.txt for the * full text of the license. */ +/** + * @requires OpenLayers/SingleFile.js + */ + /** * Namespace: OpenLayers.Date * Contains implementations of Date.parse and date.toISOString that match the diff --git a/lib/OpenLayers/Spherical.js b/lib/OpenLayers/Spherical.js index 4a8956a5b7..b3957d4910 100644 --- a/lib/OpenLayers/Spherical.js +++ b/lib/OpenLayers/Spherical.js @@ -3,6 +3,10 @@ * See http://svn.openlayers.org/trunk/openlayers/license.txt for the * full text of the license. */ +/** + * @requires OpenLayers/SingleFile.js + */ + /** * Namespace: Spherical * The OpenLayers.Spherical namespace includes utility functions for