From af73966b4cb8897c9da818326520055be02cd2b6 Mon Sep 17 00:00:00 2001 From: Jason Skomorowski Date: Thu, 20 Jan 2011 06:21:48 +0100 Subject: [PATCH] I missed one of the commas that offends ie6 --- mkdru.client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdru.client.js b/mkdru.client.js index 1a91331..2881fda 100644 --- a/mkdru.client.js +++ b/mkdru.client.js @@ -19,7 +19,7 @@ var mkdru = { sort: 'relevance', filter: null, query:null, - recid:null, + recid:null }, state: {} }; -- 1.7.10.4