Skip to content

Commit befc986

Browse files
Merge pull request carhartl#146 from FagnerMartinsBrack/plus
plus
2 parents 9aac1c8 + c79d841 commit befc986

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)