Files
openlayers/lib/OpenLayers/Protocol
tschaub 127abf8782 Correcting the callback for the script protocol.
In f08119b01e, the default syntax for the script protocol's callback made it so the callbacks looked like `OpenLayers.Protocol.Script.registry[c1]`.  This essentially breaks the script protocol everywhere except where `c1` is defined and equals "c1" (the string).

Tests with this change demonstrate that default callbacks will now look like `OpenLayers.Protocol.Script.registry['c1']` (properly accessing the `c1` property of the registry object).
2012-03-20 17:07:52 -06:00
..
2012-01-12 20:03:40 +01:00
2012-03-19 09:13:01 +01:00
2012-01-03 09:01:10 -07:00
2012-03-05 11:43:09 +01:00