[OpenLayers-Commits] r10983 - in sandbox/tschaub/uncircular/lib/OpenLayers: . BaseTypes

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Sat Jan 1 15:31:58 EST 2011


Author: tschaub
Date: 2011-01-01 12:31:58 -0800 (Sat, 01 Jan 2011)
New Revision: 10983

Modified:
   sandbox/tschaub/uncircular/lib/OpenLayers/BaseTypes.js
   sandbox/tschaub/uncircular/lib/OpenLayers/BaseTypes/Bounds.js
   sandbox/tschaub/uncircular/lib/OpenLayers/BaseTypes/Element.js
   sandbox/tschaub/uncircular/lib/OpenLayers/Console.js
   sandbox/tschaub/uncircular/lib/OpenLayers/Control.js
   sandbox/tschaub/uncircular/lib/OpenLayers/Lang.js
Log:
Specify dependencies in source.

Modified: sandbox/tschaub/uncircular/lib/OpenLayers/BaseTypes/Bounds.js
===================================================================
--- sandbox/tschaub/uncircular/lib/OpenLayers/BaseTypes/Bounds.js	2011-01-01 20:31:33 UTC (rev 10982)
+++ sandbox/tschaub/uncircular/lib/OpenLayers/BaseTypes/Bounds.js	2011-01-01 20:31:58 UTC (rev 10983)
@@ -4,6 +4,7 @@
  * full text of the license. */
 
 /**
+ * @requires OpenLayers/BaseTypes/Class.js
  * @requires OpenLayers/Console.js
  * @requires OpenLayers/Lang.js
  */

Modified: sandbox/tschaub/uncircular/lib/OpenLayers/BaseTypes/Element.js
===================================================================
--- sandbox/tschaub/uncircular/lib/OpenLayers/BaseTypes/Element.js	2011-01-01 20:31:33 UTC (rev 10982)
+++ sandbox/tschaub/uncircular/lib/OpenLayers/BaseTypes/Element.js	2011-01-01 20:31:58 UTC (rev 10983)
@@ -4,6 +4,11 @@
  * full text of the license. */
 
 /**
+ * @requires OpenLayers/Util.js
+ * @requires OpenLayers/BaseTypes.js
+ */
+
+/**
  * Namespace: OpenLayers.Element
  */
 OpenLayers.Element = {

Modified: sandbox/tschaub/uncircular/lib/OpenLayers/BaseTypes.js
===================================================================
--- sandbox/tschaub/uncircular/lib/OpenLayers/BaseTypes.js	2011-01-01 20:31:33 UTC (rev 10982)
+++ sandbox/tschaub/uncircular/lib/OpenLayers/BaseTypes.js	2011-01-01 20:31:58 UTC (rev 10983)
@@ -4,12 +4,6 @@
  * full text of the license. */
 
 /**
- * @requires OpenLayers/BaseTypes/Class.js
- * @requires OpenLayers/BaseTypes/LonLat.js
- * @requires OpenLayers/BaseTypes/Size.js
- * @requires OpenLayers/BaseTypes/Pixel.js
- * @requires OpenLayers/BaseTypes/Bounds.js
- * @requires OpenLayers/BaseTypes/Element.js
  * @requires OpenLayers/Lang.js
  * @requires OpenLayers/Console.js
  */

Modified: sandbox/tschaub/uncircular/lib/OpenLayers/Console.js
===================================================================
--- sandbox/tschaub/uncircular/lib/OpenLayers/Console.js	2011-01-01 20:31:33 UTC (rev 10982)
+++ sandbox/tschaub/uncircular/lib/OpenLayers/Console.js	2011-01-01 20:31:58 UTC (rev 10983)
@@ -4,6 +4,10 @@
  * full text of the license. */
 
 /**
+ * @requires OpenLayers/BaseTypes/Class.js
+ */
+
+/**
  * Namespace: OpenLayers.Console
  * The OpenLayers.Console namespace is used for debugging and error logging.
  * If the Firebug Lite (../Firebug/firebug.js) is included before this script,

Modified: sandbox/tschaub/uncircular/lib/OpenLayers/Control.js
===================================================================
--- sandbox/tschaub/uncircular/lib/OpenLayers/Control.js	2011-01-01 20:31:33 UTC (rev 10982)
+++ sandbox/tschaub/uncircular/lib/OpenLayers/Control.js	2011-01-01 20:31:58 UTC (rev 10983)
@@ -4,6 +4,7 @@
  * full text of the license. */
 
 /**
+ * @requires OpenLayers/BaseTypes/Class.js
  * @requires OpenLayers/Console.js
  */
 

Modified: sandbox/tschaub/uncircular/lib/OpenLayers/Lang.js
===================================================================
--- sandbox/tschaub/uncircular/lib/OpenLayers/Lang.js	2011-01-01 20:31:33 UTC (rev 10982)
+++ sandbox/tschaub/uncircular/lib/OpenLayers/Lang.js	2011-01-01 20:31:58 UTC (rev 10983)
@@ -4,6 +4,7 @@
  * full text of the license. */
 
 /**
+ * @requires OpenLayers/BaseTypes.js
  * @requires OpenLayers/Console.js
  */
 



More information about the Commits mailing list