minor rename...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2015-12-25 01:08:03 +03:00
parent 33c4562842
commit 904b9e4291

View File

@ -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