Show More
@@ -80,6 +80,11 define([ | |||
|
80 | 80 | this.input_prompt_number = null; |
|
81 | 81 | this.celltoolbar = null; |
|
82 | 82 | this.output_area = null; |
|
83 | // Keep a stack of the 'active' output areas (where active means the | |
|
84 | // output area that recieves output). When a user activates an output | |
|
85 | // area, it gets pushed to the stack. Then, when the output area is | |
|
86 | // deactivated, it's popped from the stack. When the stack is empty, | |
|
87 | // the cell's output area is used. | |
|
83 | 88 | this.active_output_area = []; |
|
84 | 89 | this.last_msg_id = null; |
|
85 | 90 | this.completer = null; |
General Comments 0
You need to be logged in to leave comments.
Login now