Confirmedusers, editor, Administrators
886
edits
CreativeMD (talk | contribs) No edit summary |
CreativeMD (talk | contribs) No edit summary |
||
Line 111: | Line 111: | ||
easing: sR.thisCallArgs.easing, | easing: sR.thisCallArgs.easing, | ||
complete: function() { $(this).replaceWith( $(this).contents()); }, | complete: function() { $(this).replaceWith( $(this).contents()); }, | ||
progress: function( | progress: function(promise, progress, remains){ | ||
if(typeof sR.thisCallArgs.callback_ticking == "function") | if(typeof sR.thisCallArgs.callback_ticking == "function") | ||
sR.thisCallArgs.callback_ticking.call(this); | sR.thisCallArgs.callback_ticking.call(this); |