Browse Source

Fixed line is too long warning for jquery-calls.js

Nadim Afana 9 years ago
parent
commit
b6f0f3a69e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/integration/jquery-calls.js

+ 2 - 1
tests/integration/jquery-calls.js

@@ -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');
   var $ = require('jquery');
   require('jquery.select2');
   require('jquery.select2');