Fixed IE specifc event handler, made $_.event.remove remove with the same behavior as it was added

This commit is contained in:
Timothy Warren 2011-06-17 15:17:00 -04:00
parent 0acfe6ae19
commit 956306259f
1 changed files with 0 additions and 22 deletions

22
kis.js
View File

@ -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)
{
}
}
}());*/
})();