was.js – Diff between revs 27 and 34

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 27 Rev 34
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 module.exports.mathematics = { 14 module.exports.mathematics = {
-   15 MapValueToRange: wasMapValueToRange
14 MapValueToRange: wasMapValueToRange 16 };