was.js

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