was.js

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 33  →  ?path2? @ 34
/trunk/lib/collections/arrays/arrays.js
@@ -111,9 +111,11 @@
/*************************************************************************/
/* Node.JS package export. */
/*************************************************************************/
module.exports.collections = {
product: wasProduct,
stride: wasStride,
chunk: wasChunk,
equals: wasEquals
};
if(typeof variable !== 'undefined') {
module.exports.collections = {
product: wasProduct,
stride: wasStride,
chunk: wasChunk,
equals: wasEquals
};
}