[OpenLayers-Commits] r2359 - sandbox/vector-2.4/lib/OpenLayers/Geometry

commits at openlayers.org commits at openlayers.org
Mon Mar 5 19:19:55 EST 2007


Author: sderle
Date: 2007-03-05 19:19:54 -0500 (Mon, 05 Mar 2007)
New Revision: 2359

Modified:
   sandbox/vector-2.4/lib/OpenLayers/Geometry/Collection.js
Log:
... this time without the alert().

Modified: sandbox/vector-2.4/lib/OpenLayers/Geometry/Collection.js
===================================================================
--- sandbox/vector-2.4/lib/OpenLayers/Geometry/Collection.js	2007-03-06 00:19:33 UTC (rev 2358)
+++ sandbox/vector-2.4/lib/OpenLayers/Geometry/Collection.js	2007-03-06 00:19:54 UTC (rev 2359)
@@ -16,7 +16,6 @@
     * @constructor
     **/
     initialize: function () {
-        alert("setting components on geometry");
         OpenLayers.Geometry.prototype.initialize.apply(this, arguments);
         this.components = [];
     },



More information about the Commits mailing list