mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
parent
43c8a0f485
commit
9752531b61
@ -71,6 +71,7 @@ KeyboardWidget.prototype.dispatchMessage = function(event) {
|
|||||||
Compute the internal state of the widget
|
Compute the internal state of the widget
|
||||||
*/
|
*/
|
||||||
KeyboardWidget.prototype.execute = function() {
|
KeyboardWidget.prototype.execute = function() {
|
||||||
|
var self = this;
|
||||||
// Get attributes
|
// Get attributes
|
||||||
this.actions = this.getAttribute("actions");
|
this.actions = this.getAttribute("actions");
|
||||||
this.message = this.getAttribute("message");
|
this.message = this.getAttribute("message");
|
||||||
|
Loading…
Reference in New Issue
Block a user