Internet Explorer 8 returned an error in the Fancybox JS (gallery_assist.fancybox.selector.js)

Message: Expected identifier, string or number
Line: 31
Char: 2
Code: 0

I applied the fix by removing the "," in line 30.

Was:
Line 30: 'centerOnScroll' : true,

Changed to:
Line 31: 'centerOnScroll' : true

IE no longer returns an error after this fix. Anyone else get this error?

Comments

Synergy 79 Studios’s picture

Correction to above...

Was:
Line 30: 'centerOnScroll' : true,

Changed to:
Line 30: 'centerOnScroll' : true

jcmc’s picture

I thank you very much Synergy 79 Studios,

Issue fixed and commited to the dev.
http://drupal.org/node/772414#comment-2962896

regards
Juan Carlos

jcmc’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)
Issue tags: -JavaScript

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