[OpenLayers-Commits] r11176 - in sandbox/cmoullet/openlayers: .
lib/OpenLayers tools
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Mon Feb 21 07:51:13 EST 2011
Author: cmoullet
Date: 2011-02-21 04:51:13 -0800 (Mon, 21 Feb 2011)
New Revision: 11176
Modified:
sandbox/cmoullet/openlayers/
sandbox/cmoullet/openlayers/lib/OpenLayers/BaseTypes.js
sandbox/cmoullet/openlayers/tools/update_dev_dir.sh
Log:
Merge with trunk
Property changes on: sandbox/cmoullet/openlayers
___________________________________________________________________
Modified: svn:mergeinfo
- /sandbox/roberthl/openlayers:9745-9748
/trunk/openlayers:11161-11172
+ /sandbox/roberthl/openlayers:9745-9748
/trunk/openlayers:11161-11175
Modified: sandbox/cmoullet/openlayers/lib/OpenLayers/BaseTypes.js
===================================================================
--- sandbox/cmoullet/openlayers/lib/OpenLayers/BaseTypes.js 2011-02-21 12:01:39 UTC (rev 11175)
+++ sandbox/cmoullet/openlayers/lib/OpenLayers/BaseTypes.js 2011-02-21 12:51:13 UTC (rev 11176)
@@ -458,7 +458,17 @@
*/
True : function() {
return true;
- }
+ },
+
+ /**
+ * APIFunction: Void
+ * A reusable function that returns ``undefined``.
+ *
+ * Returns:
+ * {undefined}
+ */
+ Void: function() {}
+
};
if (!Function.prototype.bind) {
Modified: sandbox/cmoullet/openlayers/tools/update_dev_dir.sh
===================================================================
--- sandbox/cmoullet/openlayers/tools/update_dev_dir.sh 2011-02-21 12:01:39 UTC (rev 11175)
+++ sandbox/cmoullet/openlayers/tools/update_dev_dir.sh 2011-02-21 12:51:13 UTC (rev 11176)
@@ -18,7 +18,7 @@
cd /osgeo/openlayers/docs/dev/tools/
python exampleparser.py
cd /osgeo/openlayers/docs/dev/build
- ./build.py
+ ./build.py tests.cfg
cp OpenLayers.js ..
cd ..
More information about the Commits
mailing list