From 2d4fc6628f5cdcddf7b621e5cffded99f07f3c29 Mon Sep 17 00:00:00 2001 From: "R. Aidan Campbell" Date: Fri, 24 Feb 2017 15:57:15 -0700 Subject: [PATCH] fixed bugs where parsed display modes weren't being saved --- static/js/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }