[Mapbender-commits] r6311 - trunk/mapbender/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Jun 18 03:57:04 EDT 2010
Author: christoph
Date: 2010-06-18 07:57:04 +0000 (Fri, 18 Jun 2010)
New Revision: 6311
Modified:
trunk/mapbender/http/javascripts/map.php
Log:
Modified: trunk/mapbender/http/javascripts/map.php
===================================================================
--- trunk/mapbender/http/javascripts/map.php 2010-06-18 07:53:24 UTC (rev 6310)
+++ trunk/mapbender/http/javascripts/map.php 2010-06-18 07:57:04 UTC (rev 6311)
@@ -296,6 +296,9 @@
target[i.method](arg);
}
}
+ else {
+ new Mapbender.Warning("Method '" + i.method + "' does not exist or is not a function");
+ }
});
}
})();
More information about the Mapbender_commits
mailing list