was.js

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 23  →  ?path2? @ 22
/trunk/lib/lambda/aggregators.js
@@ -31,11 +31,9 @@
Array.prototype.switch = wasSwitch;
}
// jQuery
if(typeof jQuery === 'function') {
$.extend({
switch: wasSwitch
});
}
$.extend({
switch: wasSwitch
});
// Node.JS
module.exports = {
switch: wasSwitch