Home
last modified time | relevance | path

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

/plugin/rigrr/lib/svg-pan-zoom/
Dsvg-pan-zoom.js750 if (!this.publicInstance) {
751 this.publicInstance = { property
760 , setBeforePan: function(fn) {that.options.beforePan = Utils.proxy(fn, that.publicInstance)}
761 , setOnPan: function(fn) {that.options.onPan = Utils.proxy(fn, that.publicInstance)}
798 , setBeforeZoom: function(fn) {that.options.beforeZoom = Utils.proxy(fn, that.publicInstance)}
799 , setOnZoom: function(fn) {that.options.onZoom = Utils.proxy(fn, that.publicInstance)}
826 return this.publicInstance