Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 7

connectrleafmonster +5 guests

IE error in js/global.js

this is an FYI I guess :)

(BTW .. I'm having great fun hacking about with Vanilla :) )

line 141 of global.js produces an error in IE. It seems "item" is a reserved word in IE

The fix is simple:

change line 141 to look like this:

var item = targets[i];

This defines "item" as a variable, and overrides the default reserved word functionality

Paul.

Comments

Sign In or Register to comment.