was.js – Diff between revs 34 and 41

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 34 Rev 41
Line 8... Line 8...
8 } 8 }
Line 9... Line 9...
9   9  
10 /*************************************************************************/ 10 /*************************************************************************/
11 /* Node.JS package export. */ 11 /* Node.JS package export. */
12 /*************************************************************************/ 12 /*************************************************************************/
13 if(typeof variable !== 'undefined') { 13 if(typeof module !== 'undefined' && typeof module.exports !== 'undefined') {
14 module.exports.mathematics = { 14 module.exports.mathematics = {
15 MapValueToRange: wasMapValueToRange 15 MapValueToRange: wasMapValueToRange
16 }; 16 };