##// END OF EJS Templates
hook up ScrollManager to #site
Min RK -
Show More
@@ -8,7 +8,7 b" define(['jquery'], function($){"
8 * Public constructor.
8 * Public constructor.
9 */
9 */
10 this.notebook = notebook;
10 this.notebook = notebook;
11 this.element = $('body');
11 this.element = $('#site');
12 options = options || {};
12 options = options || {};
13 this.animation_speed = options.animation_speed || 250; //ms
13 this.animation_speed = options.animation_speed || 250; //ms
14 };
14 };
General Comments 0
You need to be logged in to leave comments. Login now