was.js – Diff between revs 34 and 41

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 34 Rev 41
Line 109... Line 109...
109 } 109 }
Line 110... Line 110...
110   110  
111 /*************************************************************************/ 111 /*************************************************************************/
112 /* Node.JS package export. */ 112 /* Node.JS package export. */
113 /*************************************************************************/ 113 /*************************************************************************/
114 if(typeof variable !== 'undefined') { 114 if(typeof module !== 'undefined' && typeof module.exports !== 'undefined') {
115 module.exports.collections = { 115 module.exports.collections = {
116 product: wasProduct, 116 product: wasProduct,
117 stride: wasStride, 117 stride: wasStride,
118 chunk: wasChunk, 118 chunk: wasChunk,