Open FredericHeem opened 8 years ago
On IE11, when the dev tool is opened, an exception is thrown in defaultGetWidth because element is null:
defaultGetWidth
element
null
function defaultGetWidth(element) { return element.clientWidth; }
On IE11, when the dev tool is opened, an exception is thrown in
defaultGetWidth
becauseelement
isnull
: