Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Apr 6, 2016
1 parent 270753a commit b9ab0c6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/range.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ function Range(options, limit, total) {
case 1:
if (Array.isArray(options))
options = { start: options[0], limit: options[1], total: options[2] };

else if (typeof options !== 'object')
options = { start: options };
else if (typeof options !== 'object')
options = { start: options };

break;

Expand Down

0 comments on commit b9ab0c6

Please sign in to comment.