Show More
@@ -258,6 +258,15 var IPython = (function (IPython) { | |||||
258 | this.mode = 'command'; |
|
258 | this.mode = 'command'; | |
259 | } |
|
259 | } | |
260 |
|
260 | |||
|
261 | KeyboardManager.prototype.enable = function () { | |||
|
262 | this.enable = true; | |||
|
263 | } | |||
|
264 | ||||
|
265 | KeyboardManager.prototype.disable = function () { | |||
|
266 | this.enable = false; | |||
|
267 | } | |||
|
268 | ||||
|
269 | ||||
261 | IPython.KeyboardManager = KeyboardManager; |
|
270 | IPython.KeyboardManager = KeyboardManager; | |
262 |
|
271 | |||
263 | return IPython; |
|
272 | return IPython; |
General Comments 0
You need to be logged in to leave comments.
Login now