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.

Comments

arpieb’s picture

Status: Active » Needs review
StatusFileSize
new219 bytes
markhalliwell’s picture

+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.

  • hefox committed 094bc27 on 7.x-1.x authored by arpieb
    Issue #1543714 by arpie: Fix for IE7 Error - Expected identifier, string...
hefox’s picture

Issue summary: View changes
Status: Needs review » Fixed

Commited though debatable whether ie7 worth fixing at this stage

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.