DEV: Remove no-op autocomplete disabler (#17460)

It was done before the autocomplete initializer, so had no effect.
This commit is contained in:
Jarek Radosz 2022-07-13 11:03:15 +02:00 committed by GitHub
parent 4751ddedfb
commit b530781d71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -295,9 +295,6 @@ export default function setupTests(config) {
sinon.stub(ScrollingDOMMethods, "screenNotFull");
sinon.stub(ScrollingDOMMethods, "bindOnScroll");
sinon.stub(ScrollingDOMMethods, "unbindOnScroll");
// Unless we ever need to test this, let's leave it off.
$.fn.autocomplete = function () {};
});
QUnit.testDone(function () {