soundasleep / jquery-dropdown

Bootstrap-style dropdowns with some added features and no dependencies.
Other
767 stars 268 forks source link

Use radix in parseInt to prevent possible problems #20

Closed OndraM closed 11 years ago

OndraM commented 11 years ago

The second parameter of parseInt should be specified to avoid possible problems, It is also reported as an error by JSHint.

Also some whitespace has been removed as part of the commit.

See:

claviska commented 11 years ago

Thanks, i've fixed it in the latest commit.