MediaWiki:Common.js: Difference between revisions

From Vintage Story Wiki
no edit summary
No edit summary
No edit summary
Line 36: Line 36:
                 sR.thisCallArgs.easing = sR.defaults.easing;     
                 sR.thisCallArgs.easing = sR.defaults.easing;     
             }
             }
             if(typeof arg3 == 'function') {
             if(typeof arg3 == 'function' && typeof arg2 != 'function') {
                 sR.thisCallArgs.callback = arg3;
                 sR.thisCallArgs.callback = arg3;
             }else if(typeof arg2 != 'function'){
             }else if(typeof arg2 != 'function'){
Line 105: Line 105:
                 sR.thisCallArgs.easing = sR.defaults.easing;     
                 sR.thisCallArgs.easing = sR.defaults.easing;     
             }
             }
             if(typeof arg3 == 'function') {
             if(typeof arg3 == 'function' && typeof arg2 != 'function') {
                 sR.thisCallArgs.callback = arg3;
                 sR.thisCallArgs.callback = arg3;
             }else if(typeof arg2 != 'function'){
             }else if(typeof arg2 != 'function'){
Confirmedusers, editor, Administrators
886

edits