diff --git a/ui (gen4)/lib/util.js b/ui (gen4)/lib/util.js index 1a77da46..bfb5aae2 100755 --- a/ui (gen4)/lib/util.js +++ b/ui (gen4)/lib/util.js @@ -560,7 +560,7 @@ jQuery.fn.scale = function(value){ } } // get element scale... -jQuery.fn.getscale = function(){ +jQuery.fn.rscale = function(){ var res = 1 $(this).parents().toArray().forEach(function(e){ res *= $(e).scale() || 1