was.js – Diff between revs 38 and 41

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 38 Rev 41
Line 38... Line 38...
38 } 38 }
Line 39... Line 39...
39   39  
40 /*************************************************************************/ 40 /*************************************************************************/
41 /* Node.JS package export. */ 41 /* Node.JS package export. */
42 /*************************************************************************/ 42 /*************************************************************************/
43 if(typeof variable !== 'undefined') { 43 if(typeof module !== 'undefined' && typeof module.exports !== 'undefined') {
44 module.exports.lambda = { 44 module.exports.lambda = {
45 switch: wasSwitch 45 switch: wasSwitch
46 }; 46 };