Bootstrap-Tree icon indicating copy to clipboard operation
Bootstrap-Tree copied to clipboard

To avoid SCRIPT1010: Expected identifier in IE < 9

Open TheBrockEllis opened this issue 12 years ago • 1 comments

While trying Bootstrap-Tree out in IE10 developer mode emulating IE8 (lowest IE version supported by our project) I noticed that IE was throwing an error: SCRIPT1010: Expected identifier. It happened due to the dot notation for the attributes variable. Changed it to bracket notation and it worked like a charm.

This is my first edit on project that isn't my own, so I apologize if I am doing something incorrect. =)

TheBrockEllis avatar May 07 '13 21:05 TheBrockEllis

this looks correct to me...

zeroasterisk avatar May 23 '13 16:05 zeroasterisk