Fixed line is too long warning for jquery-calls.js
This commit is contained in:
parent
8663d1bf0b
commit
b6f0f3a69e
3
tests/integration/jquery-calls.js
vendored
3
tests/integration/jquery-calls.js
vendored
@ -27,7 +27,8 @@ test('multiple elements with arguments works', function (assert) {
|
||||
);
|
||||
});
|
||||
|
||||
test('initializes correctly when jQuery $.data contains cyclic reference object', function (assert) {
|
||||
test('initializes when jQuery $.data contains' +
|
||||
' cyclic reference', function (assert) {
|
||||
var $ = require('jquery');
|
||||
require('jquery.select2');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user