simonwilsher

Results 1 comments of simonwilsher

A trailing comma in the function call on line 300 is causing it to break in IE11: $.fn.hummingbird.ThreeStateLogic($(this),doubleMode,allVariables,options.checkDoubles,checkDisabled,); Remove the comma and it works in IE11.