a visit from the jshint police

This commit is contained in:
Andrew Dunstan 2013-02-21 17:45:46 -05:00
parent 44b15422a0
commit a3af2a21cf

View File

@ -17,7 +17,7 @@ if(typeof events.EventEmitter.prototype.once !== 'function') {
// uses comma separator so won't work for types like box that use // uses comma separator so won't work for types like box that use
// a different array separator. // a different array separator.
function arrayString(val) { function arrayString(val) {
var result = '{' var result = '{';
for (var i = 0 ; i < val.length; i++) { for (var i = 0 ; i < val.length; i++) {
if (i > 0) if (i > 0)
result = result + ','; result = result + ',';