hrm, removal

This commit is contained in:
John McLear 2016-01-08 13:39:32 +00:00
parent f16616d23b
commit 793b34d17b
4 changed files with 1 additions and 20 deletions

View file

@ -5006,12 +5006,6 @@ function Ace2Inner(){
});
})
/*
$(root).on("dragend", function(e){
top.console.log("dragend");
});
$(root).on("drop", function(e){
top.console.log("DROP");
if(e.target.a || e.target.localName === "a"){
@ -5026,7 +5020,6 @@ function Ace2Inner(){
e: e
});
});
*/
// CompositionEvent is not implemented below IE version 8
if ( !(browser.msie && parseInt(browser.version <= 9)) && document.documentElement)