fix reference to this.filterResults
Change-Id: I09f70b1b7d7150c4228373051e01b6204c3db875 Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/336670 Reviewed-by: Spencer Olson <solson@instructure.com> Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> QA-Review: Aaron Shafovaloff <ashafovaloff@instructure.com> Product-Review: Aaron Shafovaloff <ashafovaloff@instructure.com>
This commit is contained in:
parent
222f5e0fcb
commit
b1118e5158
|
@ -52,7 +52,7 @@ export default class IndexView extends Backbone.View {
|
|||
'click .reset-quiz-engine': 'resetQuizEngine',
|
||||
}
|
||||
|
||||
this.prototype.keyUpSearch = debounce(() => {
|
||||
this.prototype.keyUpSearch = debounce(function () {
|
||||
this.filterResults()
|
||||
return this.announceCount()
|
||||
}, 200)
|
||||
|
|
Loading…
Reference in New Issue