Merge branch '2.12' of github.com:openlayers/openlayers
This commit is contained in:
@@ -56,10 +56,11 @@ OpenLayers.Protocol.Script = OpenLayers.Class(OpenLayers.Protocol, {
|
||||
/**
|
||||
* APIProperty: callbackTemplate
|
||||
* {String} Template for creating a unique callback function name
|
||||
* for the registry. Should include ${id}.
|
||||
* Default is "OpenLayers.Protocol.Script.registry[${id}]".
|
||||
* for the registry. Should include ${id}. The ${id} variable will be
|
||||
* replaced with a string identifier prefixed with a "c" (e.g. c1, c2).
|
||||
* Default is "OpenLayers.Protocol.Script.registry.${id}".
|
||||
*/
|
||||
callbackTemplate: "OpenLayers.Protocol.Script.registry[${id}]",
|
||||
callbackTemplate: "OpenLayers.Protocol.Script.registry.${id}",
|
||||
|
||||
/**
|
||||
* APIProperty: callbackKey
|
||||
|
||||
Reference in New Issue
Block a user