Fixed IE specifc event handler, made $_.event.remove remove with the same behavior as it was added
This commit is contained in:
parent
0acfe6ae19
commit
956306259f
22
kis.js
22
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)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}());*/
|
|
||||||
|
|
||||||
|
|
||||||
})();
|
})();
|
Loading…
x
Reference in New Issue
Block a user