Skip to content

Commit

Permalink
Add a missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
LFDM committed May 9, 2014
1 parent e888369 commit be1361d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/js/arethusa_util.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ var arethusaUtil = {
}
},
isArray: function(obj){
return Object.prototype.toString.call(obj) === '[object Array]'
return Object.prototype.toString.call(obj) === '[object Array]';
},

// wraps an
Expand Down

0 comments on commit be1361d

Please sign in to comment.