bluerail / twitter-bootstrap-rails-confirm

Confirm dialogs using Twitter Bootstrap
https://bluerail.nl
MIT License
85 stars 34 forks source link

Fixes use of for..in to iterate over array #40

Open Goddesen opened 2 years ago

Goddesen commented 2 years ago

The use of for .. in to iterate over an array does not work if there are extra functions defined on the prototype of array. Use a naive old school iterator instead. Could use for .. of if IE support is not an issue.