Skip to content
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.

Commit

Permalink
Merge branch 'master' of ssh://git@github.com/carhartl/jquery-cookie.git
Browse files Browse the repository at this point in the history
  • Loading branch information
FagnerMartinsBrack committed Jan 25, 2013
2 parents b502daf + befc986 commit 6a6b530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Expand Up @@ -81,7 +81,7 @@ test('json: true', function () {
}
});

+test('no arguments', function () {
test('no arguments', function () {
document.cookie = 'x=y';
var count = document.cookie.split(';').length;
var cookies = $.cookie();
Expand Down

0 comments on commit 6a6b530

Please sign in to comment.