Getting this error in IE7:
SCRIPT1028: Expected identifier, string or number
nodeconnect.js?m2xvgo, line 30 character 3
Turns out it's being caused by a trailing comma with no following values in the attach method declaration. IE7 hates commas with nothing following them.
Following patch fixes this.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | ie7-expected-identifier-error-1543714-1.patch | 219 bytes | arpieb |
Comments
Comment #1
arpieb commentedComment #2
markhalliwell+1, this needs to be committed. I saw this and fixed it manually because it's well documented (as issues if you google search) that IE7 hates trailing commas after the last object.
Comment #4
hefox commentedCommited though debatable whether ie7 worth fixing at this stage