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");