Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

To avoid SCRIPT1010: Expected identifier in IE < 9#3

Open
TheBrockEllis wants to merge 1 commit into
cutterbl:masterfrom
TheBrockEllis:patch-1
Open

To avoid SCRIPT1010: Expected identifier in IE < 9#3
TheBrockEllis wants to merge 1 commit into
cutterbl:masterfrom
TheBrockEllis:patch-1

Conversation

@TheBrockEllis

Copy link
Copy Markdown

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. =)

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. =)
@zeroasterisk

Copy link
Copy Markdown

this looks correct to me...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants