Skip to content
This repository has been archived by the owner on Mar 8, 2018. It is now read-only.

Commit

Permalink
Fix jshint error by removing empty array element
Browse files Browse the repository at this point in the history
See
jshint/jshint@cbfc827
for the actual change.
  • Loading branch information
chrismytton committed Jan 23, 2015
1 parent 50f6a34 commit b1e4c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/migration.js
Expand Up @@ -549,7 +549,7 @@ module.exports = {
var data = { '1': [ 'foo', ' foo@mail.com', ' fo.co.uk', 'orange' ],
'2': [ '', '', ' foo.de', 'blue' ],
'3': [ '', '', ' bar.de', '' ],
'4': [ '', '', , 'purple' ]};
'4': [ '', '', '', 'purple' ]};

var that = this;

Expand Down

0 comments on commit b1e4c87

Please sign in to comment.