Show More
@@ -186,13 +186,13 define([ | |||||
186 | 'space': { |
|
186 | 'space': { | |
187 | help: "Scroll down", |
|
187 | help: "Scroll down", | |
188 | handler: function(event) { |
|
188 | handler: function(event) { | |
189 | return that.notebook.scrollmanager.scroll(1); |
|
189 | return that.notebook.scroll_manager.scroll(1); | |
190 | }, |
|
190 | }, | |
191 | }, |
|
191 | }, | |
192 | 'shift-space': { |
|
192 | 'shift-space': { | |
193 | help: "Scroll up", |
|
193 | help: "Scroll up", | |
194 | handler: function(event) { |
|
194 | handler: function(event) { | |
195 | return that.notebook.scrollmanager.scroll(-1); |
|
195 | return that.notebook.scroll_manager.scroll(-1); | |
196 | }, |
|
196 | }, | |
197 | }, |
|
197 | }, | |
198 | 'enter' : { |
|
198 | 'enter' : { |
General Comments 0
You need to be logged in to leave comments.
Login now