From 226c4c38c4c795394d8aa50f76fe451a4d9773b8 Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Thu, 14 Jul 2011 21:53:16 -0400 Subject: [PATCH] Fixed a bunch of issues, added more unit tests. All pass --- kis.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kis.js b/kis.js index 31aae9d..61af0f3 100644 --- a/kis.js +++ b/kis.js @@ -6,7 +6,7 @@ */ (function (){ - //"use strict"; + "use strict"; // Property name for expandos on DOM objects var kis_expando = "KIS_0_2_0";