Show More
@@ -16,7 +16,8 b" define(['jquery'], function($){" | |||||
16 | // Parameters |
|
16 | // Parameters | |
17 | // ---------- |
|
17 | // ---------- | |
18 | // delta: integer |
|
18 | // delta: integer | |
19 | // direction to scroll the document. Positive is downwards. |
|
19 | // direction to scroll the document. Positive is downwards. | |
|
20 | // Unit is one page length. | |||
20 | this.scroll_some(delta); |
|
21 | this.scroll_some(delta); | |
21 | return false; |
|
22 | return false; | |
22 | }; |
|
23 | }; | |
@@ -89,6 +90,7 b" define(['jquery'], function($){" | |||||
89 | // ---------- |
|
90 | // ---------- | |
90 | // delta: integer |
|
91 | // delta: integer | |
91 | // direction to scroll the document. Positive is downwards. |
|
92 | // direction to scroll the document. Positive is downwards. | |
|
93 | // Units are targets. | |||
92 |
|
94 | |||
93 | // Try to scroll to the next slide. |
|
95 | // Try to scroll to the next slide. | |
94 | var cell_count = this.notebook.ncells(); |
|
96 | var cell_count = this.notebook.ncells(); |
General Comments 0
You need to be logged in to leave comments.
Login now