FIX for keyboard widget keyInfoArray (#3544)

apologies
This commit is contained in:
BurningTreeC
2018-11-15 21:40:27 +00:00
committed by Jeremy Ruston
parent 43c8a0f485
commit 9752531b61
+1
View File
@@ -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");