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

batje’s picture

that would be in the js_theming.js file