raphaelcruzeiro / jquery-notebook

A modern, simple and elegant WYSIWYG rich text editor.
Other
1.69k stars 207 forks source link

Don't iterate array using for in #126

Open nsams opened 9 years ago

nsams commented 9 years ago

This fixes issues when the Array.prototype is modified (Yes, I know that modifying Array prototype should be avoided)