a visit from the jshint police
This commit is contained in:
parent
44b15422a0
commit
a3af2a21cf
@ -17,7 +17,7 @@ if(typeof events.EventEmitter.prototype.once !== 'function') {
|
||||
// uses comma separator so won't work for types like box that use
|
||||
// a different array separator.
|
||||
function arrayString(val) {
|
||||
var result = '{'
|
||||
var result = '{';
|
||||
for (var i = 0 ; i < val.length; i++) {
|
||||
if (i > 0)
|
||||
result = result + ',';
|
||||
|
Loading…
Reference in New Issue
Block a user