Home
last modified time | relevance | path

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

/plugin/rigrr/lib/svg-pan-zoom/
Dsvg-pan-zoom.js657 SvgPanZoom.prototype.fit = function(dropCache) {
658 if (dropCache) {
673 SvgPanZoom.prototype.center = function(dropCache) {
674 if (dropCache) {
821 , fit: function(dropCache) {return that.fit(dropCache)} argument
822 , center: function(dropCache) {return that.center(dropCache)} argument