was.js

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 40  →  ?path2? @ 41
/trunk/lib/collections/arrays/arrays.js
@@ -111,7 +111,7 @@
/*************************************************************************/
/* Node.JS package export. */
/*************************************************************************/
if(typeof variable !== 'undefined') {
if(typeof module !== 'undefined' && typeof module.exports !== 'undefined') {
module.exports.collections = {
product: wasProduct,
stride: wasStride,
/trunk/lib/formats/csv/csv.js
@@ -54,13 +54,3 @@
}
return csv.join();
}
 
/*************************************************************************/
/* Node.JS package export. */
/*************************************************************************/
if(typeof variable !== 'undefined') {
module.exports.formats = {
CSVToArray: wasCSVToArray,
ArrayToCSV: wasArrayToCSV
};
}
/trunk/lib/formats/kvp/kvp.js
@@ -15,12 +15,3 @@
}, o);
return o;
}
 
/*************************************************************************/
/* Node.JS package export. */
/*************************************************************************/
if(typeof variable !== 'undefined') {
module.exports.formats = {
KeyValueToObject: wasKeyValueToObject
};
}
/trunk/lib/lambda/aggregators.js
@@ -40,7 +40,7 @@
/*************************************************************************/
/* Node.JS package export. */
/*************************************************************************/
if(typeof variable !== 'undefined') {
if(typeof module !== 'undefined' && typeof module.exports !== 'undefined') {
module.exports.lambda = {
switch: wasSwitch
};
/trunk/lib/mathematics/algebra.js
@@ -10,7 +10,7 @@
/*************************************************************************/
/* Node.JS package export. */
/*************************************************************************/
if(typeof variable !== 'undefined') {
if(typeof module !== 'undefined' && typeof module.exports !== 'undefined') {
module.exports.mathematics = {
MapValueToRange: wasMapValueToRange
};
/trunk/lib/physics/colorimetry.js
@@ -33,7 +33,7 @@
/*************************************************************************/
/* Node.JS package export. */
/*************************************************************************/
if(typeof variable !== 'undefined') {
if(typeof module !== 'undefined' && typeof module.exports !== 'undefined') {
module.exports.physics = {
HexToRGB: wasHexToRGB,
RGBToHex: wasRGBToHex