diff --git a/static/js/utils.js b/static/js/utils.js index c9d1fd6..b2dd654 100644 --- a/static/js/utils.js +++ b/static/js/utils.js @@ -213,7 +213,7 @@ NvHTTP.prototype = { if(!this.supportedDisplayModes[yres + ':' + xres].includes(fps)) { this.supportedDisplayModes[yres + ':' + xres].push(fps); } - }); + }.bind(this)); } catch (err) { // we don't need this data, so no error handling necessary }