Skip to content

Commit

Permalink
Fixed line is too long warning for jquery-calls.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadim Afana committed May 9, 2016
1 parent 8663d1b commit b6f0f3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/jquery-calls.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down

0 comments on commit b6f0f3a

Please sign in to comment.