hook up ScrollManager to #site

This commit is contained in:
Min RK 2015-01-24 11:56:52 -08:00
parent 315fb1528e
commit 525c16d721

View File

@ -8,7 +8,7 @@ define(['jquery'], function($){
* Public constructor.
*/
this.notebook = notebook;
this.element = $('body');
this.element = $('#site');
options = options || {};
this.animation_speed = options.animation_speed || 250; //ms
};