1
0
Fork 0
mirror of synced 2025-04-06 14:43:37 +03:00

Update focusing-tests.js

This commit is contained in:
Pedro Felipe de Azevedo Furtado 2018-09-15 00:17:56 -03:00 committed by GitHub
parent aac9916894
commit db30f66afc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -156,7 +156,7 @@ test('scrollAfterSelect triggers results:focus', function (assert) {
var Results = require('select2/results');
var options = new Options({ scrollAfterSelect: false });
var options = new Options({ scrollAfterSelect: true });
var results = new Results($select, options);
// Fake the data adapter for the `setClasses` method