[OpenLayers-Commits] r11024 -
sandbox/tschaub/xdomain/lib/OpenLayers/Protocol
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Mon Jan 10 11:09:51 EST 2011
Author: pgiraud
Date: 2011-01-10 08:09:51 -0800 (Mon, 10 Jan 2011)
New Revision: 11024
Modified:
sandbox/tschaub/xdomain/lib/OpenLayers/Protocol/FilterSerializer.js
Log:
We need a require on Protocol.js to ensure that the namespace exists, thanks elemoine
Modified: sandbox/tschaub/xdomain/lib/OpenLayers/Protocol/FilterSerializer.js
===================================================================
--- sandbox/tschaub/xdomain/lib/OpenLayers/Protocol/FilterSerializer.js 2011-01-10 14:29:38 UTC (rev 11023)
+++ sandbox/tschaub/xdomain/lib/OpenLayers/Protocol/FilterSerializer.js 2011-01-10 16:09:51 UTC (rev 11024)
@@ -4,6 +4,10 @@
* full text of the license. */
/**
+ * @requires OpenLayers/Protocol.js
+ */
+
+/**
* Class: OpenLayers.Protocol.FilterSerializer
* A mixin for protocols that need to serialize filter parameters.
*/
More information about the Commits
mailing list