kopia lustrzana https://github.com/c9/core
fix node debugger on firefox
rodzic
88d6d57e16
commit
1ecdf902a4
|
@ -71,10 +71,6 @@ define(function(require, exports, module) {
|
|||
}, eventForwarder);
|
||||
});
|
||||
|
||||
dbg.on(event, function(e) {
|
||||
return emit(event, e);
|
||||
}, eventForwarder);
|
||||
|
||||
dbg.attach(socket, reconnect, callback);
|
||||
});
|
||||
}
|
||||
|
|
|
@ -169,6 +169,9 @@ define(["require", "module", "exports", "./lib/menu/menu", "./lib/crypto",
|
|||
if (this.$bdetect)
|
||||
return;
|
||||
|
||||
// remove non-standard window.event
|
||||
try { delete window.event } catch(e) {}
|
||||
|
||||
/* Browser - platform and feature detection, based on prototype's and mootools 1.3.
|
||||
*
|
||||
* Major browser/engines flags
|
||||
|
|
Ładowanie…
Reference in New Issue