Skip to content

Commit b6f0f3a

Browse files
author
Nadim Afana
committed
Fixed line is too long warning for jquery-calls.js
1 parent 8663d1b commit b6f0f3a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/integration/jquery-calls.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ test('multiple elements with arguments works', function (assert) {
2727
);
2828
});
2929

30-
test('initializes correctly when jQuery $.data contains cyclic reference object', function (assert) {
30+
test('initializes when jQuery $.data contains' +
31+
' cyclic reference', function (assert) {
3132
var $ = require('jquery');
3233
require('jquery.select2');
3334

0 commit comments

Comments
 (0)