1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-28 23:10:46 +00:00

Typo that prevented edit widget tiddler attribute from working

This commit is contained in:
Jermolene 2013-12-05 10:37:40 +00:00
parent 17277cf8fd
commit b37a139aa7

View File

@ -68,7 +68,7 @@ EditWidget.prototype.execute = function() {
this.makeChildWidgets([{
type: "edit-" + editorType,
attributes: {
title: {type: "string", value: this.editTitle},
tiddler: {type: "string", value: this.editTitle},
field: {type: "string", value: this.editField},
index: {type: "string", value: this.editIndex},
"class": {type: "string", value: this.editClass}