From 95749a957d53b457a0dc7e9da2252f5ac680c92d Mon Sep 17 00:00:00 2001 From: Klaus Hartl Date: Tue, 29 Jan 2013 16:15:30 +0100 Subject: [PATCH] remove redundant line --- test/tests.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/tests.js b/test/tests.js index f46a572..e6be8f4 100644 --- a/test/tests.js +++ b/test/tests.js @@ -232,7 +232,6 @@ test('with options', function() { } }; - document.cookie = 'c=v'; $.removeCookie('c', { foo: 'bar' }); equal(callCount, 2);