From df89129ff0bcaa5c4c3f02d06b6ed3ebbe4cba40 Mon Sep 17 00:00:00 2001 From: Joe Huss Date: Sun, 23 Nov 2014 07:22:39 -0500 Subject: [PATCH] Fix for typo from a recent pull There is a minor typo in the recent pull Simple fix. --- include/rfb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rfb.js b/include/rfb.js index f2f70795..74777d53 100644 --- a/include/rfb.js +++ b/include/rfb.js @@ -1496,7 +1496,7 @@ var RFB; // Weird: ignore blanks are RAW Util.Debug(" Ignoring blank after RAW"); } else { - this._display.fillRect(x, y, w, h, FBU.background); + this._display.fillRect(x, y, w, h, this._FBU.background); } } else if (this._FBU.subencoding & 0x01) { // Raw this._display.blitImage(x, y, w, h, rQ, rQi);