Home
last modified time | relevance | path

Searched refs:beforePan (Results 1 – 1 of 1) sorted by relevance

/plugin/rigrr/lib/svg-pan-zoom/
Dsvg-pan-zoom.js216 , beforePan: null property
535 if (Utils.isFunction(this.options.beforePan)) {
536 this.options.beforePan()
691 if (Utils.isFunction(this.options.beforePan)) {
692 this.options.beforePan()
715 if (Utils.isFunction(this.options.beforePan)) {
716 this.options.beforePan()
760 , setBeforePan: function(fn) {that.options.beforePan = Utils.proxy(fn, that.publicInstance)}