Skip to content

Commit

Permalink
remove redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
carhartl committed Jan 29, 2013
1 parent e4cdea1 commit 95749a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ test('with options', function() {
}
};

document.cookie = 'c=v';
$.removeCookie('c', { foo: 'bar' });
equal(callCount, 2);

Expand Down

0 comments on commit 95749a9

Please sign in to comment.