[OpenLayers-Commits] r10832 - trunk/openlayers/lib/OpenLayers

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Thu Oct 14 04:18:56 EDT 2010


Author: ahocevar
Date: 2010-10-14 01:18:56 -0700 (Thu, 14 Oct 2010)
New Revision: 10832

Modified:
   trunk/openlayers/lib/OpenLayers/SingleFile.js
Log:
added missing @requires. Thanks jorix for spotting this (see #2873)


Modified: trunk/openlayers/lib/OpenLayers/SingleFile.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/SingleFile.js	2010-10-14 08:08:54 UTC (rev 10831)
+++ trunk/openlayers/lib/OpenLayers/SingleFile.js	2010-10-14 08:18:56 UTC (rev 10832)
@@ -3,6 +3,10 @@
  * See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 
+/*
+ * @requires OpenLayers/Console.js
+ */
+
 var OpenLayers = {
     /**
      * Constant: VERSION_NUMBER



More information about the Commits mailing list