was.js – Diff between revs 34 and 41

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 34 Rev 41
Line 13... Line 13...
13 }, []).forEach(function(c, i, a) { 13 }, []).forEach(function(c, i, a) {
14 o[c[0]] = c[1]; 14 o[c[0]] = c[1];
15 }, o); 15 }, o);
16 return o; 16 return o;
17 } 17 }
18   -  
19 /*************************************************************************/ -  
20 /* Node.JS package export. */ -  
21 /*************************************************************************/ -  
22 if(typeof variable !== 'undefined') { -  
23 module.exports.formats = { -  
24 KeyValueToObject: wasKeyValueToObject -  
25 }; -  
26 } -