was.js – Diff between revs 29 and 30

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 29 Rev 30
Line 26... Line 26...
26 } 26 }
27 }); 27 });
28 } 28 }
29 if (!Array.prototype.switch) { 29 if (!Array.prototype.switch) {
30 Array.prototype.switch = function(d, ...c) { 30 Array.prototype.switch = function(d, ...c) {
31 wasSwitch(this, d, ...c) 31 wasSwitch(this, d, ...c);
32 }; 32 };
33 } 33 }
34 // jQuery 34 // jQuery
35 if(typeof jQuery === 'function') { 35 if(typeof jQuery === 'function') {
36 $.extend({ 36 $.extend({