Move handlerOptions to the Control prototype.
This commit is contained in:
@@ -120,6 +120,12 @@ OpenLayers.Control = OpenLayers.Class({
|
||||
*/
|
||||
active: null,
|
||||
|
||||
/**
|
||||
* Property: handlerOptions
|
||||
* {Object} Used to set non-default properties on the control's handler
|
||||
*/
|
||||
handlerOptions: null,
|
||||
|
||||
/**
|
||||
* Property: handler
|
||||
* {<OpenLayers.Handler>} null
|
||||
|
||||
Reference in New Issue
Block a user