Needs review
Project:
JavaScript Theming
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2011 at 10:37 UTC
Updated:
16 Mar 2011 at 13:10 UTC
IE might throw a 'Not Implemented' error, because a variable is not explicitly declared. Change would be to add 'var' on the following 2 lines (54 & 55)
var exclude = arguments[1] || [];
var parent = arguments[2] || null;
fixes the issue.
Comments
Comment #1
batje commentedthat would be in the js_theming.js file