Nasal/screen.nas: Added a missing 'me.'.
This commit is contained in:
parent
4699b1e520
commit
e3e0defac9
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ var window = {
|
|||
me.show();
|
||||
} else {
|
||||
me.close();
|
||||
dialog = nil;
|
||||
me.dialog = nil;
|
||||
me.lines = [];
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue