mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 10:44:31 +02:00
remove the all-important blah property
This commit is contained in:
parent
303ea2a34b
commit
b70dde27df
1 changed files with 0 additions and 1 deletions
|
@ -97,7 +97,6 @@ var ID = 0;
|
||||||
function Process(name, command, commandArgs, logDirectory) {
|
function Process(name, command, commandArgs, logDirectory) {
|
||||||
events.EventEmitter.call(this);
|
events.EventEmitter.call(this);
|
||||||
|
|
||||||
this.blah = 'adsf';
|
|
||||||
this.id = ++ID;
|
this.id = ++ID;
|
||||||
this.name = name;
|
this.name = name;
|
||||||
this.command = command;
|
this.command = command;
|
||||||
|
|
Loading…
Reference in a new issue