do not default to program.global.

This commit is contained in:
Christopher Jeffrey 2015-08-05 03:49:41 -07:00
parent ee31799e7f
commit 86fb0582cc
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ function Screen(options) {
options = { program: options };
}
this.program = options.program || program.global;
this.program = options.program;
if (!this.program) {
this.program = program({