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 = $(' |
|
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