From 956306259f9656f9c8b07b4438f1383d163a6e5a Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Fri, 17 Jun 2011 15:17:00 -0400 Subject: [PATCH] Fixed IE specifc event handler, made $_.event.remove remove with the same behavior as it was added --- kis.js | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/kis.js b/kis.js index 1defb67..39b3a57 100644 --- a/kis.js +++ b/kis.js @@ -346,26 +346,4 @@ }()); - /** - * Class object - * - * Helper functions to add and remove classes - */ - /*(function(){ - var parse, class; - - parse = function(classes){ - }; - - class = { - add: function(sel, class) - { - }, - remove: function(sel, class) - { - } - } - }());*/ - - })(); \ No newline at end of file