Explorar el Código

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

Nadim Afana hace 9 años
padre
commit
b6f0f3a69e
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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');
   require('jquery.select2');