]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Scrollspy test: Allow for async .then() in jQuery 3; fixes #20182
authorDave Methvin <dave.methvin@gmail.com>
Tue, 28 Jun 2016 01:41:00 +0000 (21:41 -0400)
committerChris Rebert <code@chrisrebert.com>
Tue, 28 Jun 2016 05:37:31 +0000 (22:37 -0700)
commit208d587c7ec0ea93c0d03c15d98952c8470af189
treee9c6ef47616637515bb246e5f2a4f0cb78fee4d5
parente95e9fed09a4ef19d093ad8c44611da396c61d01
Scrollspy test: Allow for async .then() in jQuery 3; fixes #20182

Instead of doing a new assert.async(), just do a single one for the entire test
and let the .then() be async as well.

Closes #20190
js/tests/unit/scrollspy.js