File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
* /,'
10
10
* /'
11
11
*
12
- * Selectric ϟ v1.11.0 (Nov 20 2016) - http://lcdsantos.github.io/jQuery-Selectric/
12
+ * Selectric ϟ v1.11.0 (Dec 15 2016) - http://lcdsantos.github.io/jQuery-Selectric/
13
13
*
14
14
* Copyright (c) 2016 Leonardo Santos; MIT License
15
15
*
699
699
}
700
700
701
701
if ( isPrevKey ) {
702
- goToItem = _this . utils . previousEnabledItem ( _this . items , idx ) ;
702
+ goToItem = _this . utils . previousEnabledItem ( _this . lookupItems , idx ) ;
703
703
}
704
704
705
705
if ( isNextKey ) {
706
- goToItem = _this . utils . nextEnabledItem ( _this . items , idx ) ;
706
+ goToItem = _this . utils . nextEnabledItem ( _this . lookupItems , idx ) ;
707
707
}
708
708
709
709
_this . highlight ( goToItem ) ;
Original file line number Diff line number Diff line change 682
682
}
683
683
684
684
if ( isPrevKey ) {
685
- goToItem = _this . utils . previousEnabledItem ( _this . items , idx ) ;
685
+ goToItem = _this . utils . previousEnabledItem ( _this . lookupItems , idx ) ;
686
686
}
687
687
688
688
if ( isNextKey ) {
689
- goToItem = _this . utils . nextEnabledItem ( _this . items , idx ) ;
689
+ goToItem = _this . utils . nextEnabledItem ( _this . lookupItems , idx ) ;
690
690
}
691
691
692
692
_this . highlight ( goToItem ) ;
You can’t perform that action at this time.
0 commit comments