File tree 2 files changed +2
-8
lines changed
2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 28
28
interval : null , // num milliseconds to cycle panels.
29
29
selected : 0 ,
30
30
domReady : function ( ) {
31
- this . panels = Array . prototype . slice . call (
32
- this . $ . content . getDistributedNodes ( ) ) ;
33
-
34
- this . onMutation ( this , this . childrenUpdated ) ;
31
+ this . childrenUpdated ( ) ;
35
32
this . startCycler ( ) ;
36
33
} ,
37
34
childrenUpdated : function ( observer , mutations ) {
Original file line number Diff line number Diff line change 28
28
interval : null , // num milliseconds to cycle panels.
29
29
selected : 0 ,
30
30
domReady : function ( ) {
31
- this . panels = Array . prototype . slice . call (
32
- this . $ . content . getDistributedNodes ( ) ) ;
33
-
34
- this . onMutation ( this , this . childrenUpdated ) ;
31
+ this . childrenUpdated ( ) ;
35
32
this . startCycler ( ) ;
36
33
} ,
37
34
childrenUpdated : function ( observer , mutations ) {
You can’t perform that action at this time.
0 commit comments