was.js – Diff between revs 27 and 34

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 27 Rev 34
Line 31... Line 31...
31 } 31 }
Line 32... Line 32...
32   32  
33 /*************************************************************************/ 33 /*************************************************************************/
34 /* Node.JS package export. */ 34 /* Node.JS package export. */
-   35 /*************************************************************************/
35 /*************************************************************************/ 36 if(typeof variable !== 'undefined') {
36 module.exports.physics = { 37 module.exports.physics = {
37 HexToRGB: wasHexToRGB, 38 HexToRGB: wasHexToRGB,
-   39 RGBToHex: wasRGBToHex
38 RGBToHex: wasRGBToHex 40 };