Skip to content

Commit

Permalink
no slice
Browse files Browse the repository at this point in the history
  • Loading branch information
mstdokumaci committed Mar 22, 2017
1 parent ba266a0 commit f891b22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ua/parse.js
Original file line number Diff line number Diff line change
Expand Up @@ -644,5 +644,5 @@ module.exports = ua => {
}
}

return list.slice(0, 100)
return list
}
1 change: 1 addition & 0 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ test('simple', t => {
// }
// })
// })

test('ua', t => {
build('./test/ua/index.js', {
nowatch: true,
Expand Down

0 comments on commit f891b22

Please sign in to comment.