From 9752531b610e4d6fdc120b56a8ed96737bfad620 Mon Sep 17 00:00:00 2001 From: BurningTreeC Date: Thu, 15 Nov 2018 22:40:27 +0100 Subject: [PATCH] FIX for keyboard widget keyInfoArray (#3544) apologies --- core/modules/widgets/keyboard.js | 1 + 1 file changed, 1 insertion(+) diff --git a/core/modules/widgets/keyboard.js b/core/modules/widgets/keyboard.js index 9725bc0ab..c8cbb70a8 100644 --- a/core/modules/widgets/keyboard.js +++ b/core/modules/widgets/keyboard.js @@ -71,6 +71,7 @@ KeyboardWidget.prototype.dispatchMessage = function(event) { Compute the internal state of the widget */ KeyboardWidget.prototype.execute = function() { + var self = this; // Get attributes this.actions = this.getAttribute("actions"); this.message = this.getAttribute("message");