Fixed jshint warnings
This commit is contained in:
parent
5fd270c9e4
commit
8663d1bf0b
1 changed files with 1 additions and 1 deletions
2
tests/integration/jquery-calls.js
vendored
2
tests/integration/jquery-calls.js
vendored
|
@ -42,7 +42,7 @@ test('initializes correctly when jQuery $.data contains cyclic reference object'
|
|||
// Add a circular reference object using jQuery.
|
||||
var recursiveObject = {};
|
||||
|
||||
recursiveObject['same'] = recursiveObject;
|
||||
recursiveObject.same = recursiveObject;
|
||||
|
||||
$select.data('same', recursiveObject);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue