DEV: Remove no-op autocomplete disabler (#17460)
It was done before the autocomplete initializer, so had no effect.
This commit is contained in:
parent
4751ddedfb
commit
b530781d71
|
@ -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 () {
|
||||
|
|
Loading…
Reference in New Issue