[Mapbender-commits] r5429 - branches/2.6/lib
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Mon Jan 25 04:42:47 EST 2010
Author: christoph
Date: 2010-01-25 04:42:47 -0500 (Mon, 25 Jan 2010)
New Revision: 5429
Modified:
branches/2.6/lib/event.js
Log:
Modified: branches/2.6/lib/event.js
===================================================================
--- branches/2.6/lib/event.js 2010-01-25 09:41:08 UTC (rev 5428)
+++ branches/2.6/lib/event.js 2010-01-25 09:42:47 UTC (rev 5429)
@@ -143,6 +143,10 @@
* these functions will be executed once the event is triggered
*/
var functionArray = [];
+
+ this.getFunctions = function () {
+ return functionArray;
+ };
var propertiesObj;
var log = false;
More information about the Mapbender_commits
mailing list