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-03-06 11:30:28 +00:00
2012-03-19 09:13:01 +01:00
2012-02-29 13:34:47 +01:00
2012-02-24 17:03:49 +01:00
2012-03-05 11:43:09 +01:00
2012-03-19 09:13:01 +01:00
2012-01-16 16:59:54 -07:00
2012-03-19 09:13:01 +01:00
2012-02-28 10:57:17 +01:00
2012-03-20 10:13:14 +01:00
2012-01-03 09:01:10 -07:00
2012-01-12 09:30:51 +01:00
2012-03-20 17:07:52 -06:00
2012-03-19 09:13:01 +01:00
2011-12-03 18:13:40 +01:00
2012-03-05 11:43:09 +01:00
2012-01-03 09:01:10 -07:00
2012-03-19 10:10:40 +01:00
2012-03-19 09:13:01 +01:00
2012-03-05 11:43:09 +01:00
2012-01-03 09:01:10 -07:00
2012-02-16 10:36:34 -07:00
2012-02-28 22:28:33 +01:00
2012-01-03 09:01:10 -07:00
2012-01-03 09:01:10 -07:00
2012-01-03 09:01:10 -07:00
2012-02-02 16:35:30 +01:00
2012-01-03 09:01:10 -07:00
2012-01-16 09:06:59 +01:00
2012-02-28 09:08:13 +01:00
2012-03-05 11:43:09 +01:00
2012-03-11 17:26:06 +01:00
2012-03-19 00:50:53 -07:00
2012-03-05 11:43:09 +01:00
2012-03-19 09:13:01 +01:00
2012-02-15 21:09:39 +01:00
2012-01-12 20:03:40 +01:00
2012-03-05 11:43:09 +01:00
2012-03-19 09:13:01 +01:00
2012-03-03 22:35:39 +01:00
2012-03-12 09:05:54 +01:00
2012-02-29 17:07:41 +01:00
2012-03-05 11:43:09 +01:00
2012-01-12 09:26:49 +01:00
2012-03-05 11:43:09 +01:00
2012-03-03 22:35:39 +01:00
2012-01-03 09:01:10 -07:00
2012-03-06 00:05:52 -08:00
2012-03-05 11:43:09 +01:00
2012-03-06 23:02:25 -08:00