]> source.dussan.org Git - jquery.git/commit
Tests: Fix the expando-removal test failure in IE 8
authorMichał Gołębiowski <m.goleb@gmail.com>
Mon, 14 Sep 2015 18:22:19 +0000 (20:22 +0200)
committerMichał Gołębiowski <m.goleb@gmail.com>
Mon, 14 Sep 2015 18:22:19 +0000 (20:22 +0200)
commit4b1cff65ce6014f7d35f33d222bddd67f74a6f8d
treed19400b73ddbdb708a7b376fb9da4b404388086b
parentfc87a5cd5b2d264dac713ac2d6406d87dd12e674
Tests: Fix the expando-removal test failure in IE 8

IE 8 gets the expando removed via removeAttribute so the second assertion
won't be reached. The expected assertion count had to be updated.

Fixes gh-2596
test/unit/event.js