kopia lustrzana https://github.com/c9/core
Add dark theme for merge plugin
rodzic
88aaad4f5a
commit
5617a809db
|
@ -76,7 +76,7 @@
|
|||
"c9.ide.ace.emmet": "#6dc4585e02",
|
||||
"c9.ide.ace.gotoline": "#a8ff07c8f4",
|
||||
"c9.ide.ace.keymaps": "#2e3c6e3c8f",
|
||||
"c9.ide.ace.repl": "#7989bbd07f",
|
||||
"c9.ide.ace.repl": "#ed708a1b98",
|
||||
"c9.ide.ace.split": "#0ae0151c78",
|
||||
"c9.ide.ace.statusbar": "#d95be89d53",
|
||||
"c9.ide.ace.stripws": "#cf0f42ac59",
|
||||
|
@ -106,7 +106,7 @@
|
|||
"c9.ide.run.build": "#0598fff697",
|
||||
"c9.ide.run.debug.xdebug": "#61dcbd0180",
|
||||
"c9.ide.save": "#4a4a60a004",
|
||||
"c9.ide.scm": "#573585193a",
|
||||
"c9.ide.scm": "#d92bb9aeb5",
|
||||
"c9.ide.terminal.monitor": "#b76f1c9f24",
|
||||
"c9.ide.test": "#302388c9eb",
|
||||
"c9.ide.test.mocha": "#c81861817e",
|
||||
|
|
|
@ -60,9 +60,6 @@ EventEmitter.prototype.emit = function(type) {
|
|||
if (!this._events)
|
||||
return;
|
||||
|
||||
if (arguments[2] === true)
|
||||
throw new Error("Please use emit.sticky() instead of passing sticky=true for event: " + type);
|
||||
|
||||
var handler = this._events[type];
|
||||
if (!handler)
|
||||
return;
|
||||
|
|
Ładowanie…
Reference in New Issue