File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ var Dataset = (function() {
272
272
var idx = Math . abs ( rendered - that . limit ) ;
273
273
rendered += idx ;
274
274
that . _append ( query , suggestions . slice ( 0 , idx ) ) ;
275
- that . async && that . trigger ( " asyncReceived" , query ) ;
275
+ that . async && that . trigger ( ' asyncReceived' , query ) ;
276
276
}
277
277
}
278
278
} ,
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ var Menu = (function() {
103
103
104
104
onSelectableClick = _ . bind ( this . _onSelectableClick , this ) ;
105
105
this . $node . on ( 'click.tt' , this . selectors . selectable , onSelectableClick ) ;
106
- this . $node . on ( 'mouseover' , this . selectors . selectable , function ( ) { that . setCursor ( $ ( this ) ) } ) ;
106
+ this . $node . on ( 'mouseover' , this . selectors . selectable , function ( ) { that . setCursor ( $ ( this ) ) ; } ) ;
107
107
this . $node . on ( 'mouseleave' , function ( ) { that . _removeCursor ( ) ; } ) ;
108
108
109
109
_ . each ( this . datasets , function ( dataset ) {
You can’t perform that action at this time.
0 commit comments