Skip to content

Commit c79d841

Browse files
plus
1 parent 3e07441 commit c79d841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ test('json: true', function () {
8181
}
8282
});
8383

84-
+test('no arguments', function () {
84+
test('no arguments', function () {
8585
document.cookie = 'x=y';
8686
var count = document.cookie.split(';').length;
8787
var cookies = $.cookie();

0 commit comments

Comments
 (0)