mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-02-27 10:30:51 -08:00
Coding style tweak
This commit is contained in:
parent
00b6645c94
commit
1b08cd40bf
2 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ exports.parse = function() {
|
|||
};
|
||||
$tw.utils.each(params,function(paramValue,index) {
|
||||
var name = "" + index;
|
||||
transcludeNode.attributes["" + index] = {
|
||||
transcludeNode.attributes[name] = {
|
||||
name: name,
|
||||
type: "string",
|
||||
value: paramValue
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ exports.parse = function() {
|
|||
};
|
||||
$tw.utils.each(params,function(paramValue,index) {
|
||||
var name = "" + index;
|
||||
transcludeNode.attributes["" + index] = {
|
||||
transcludeNode.attributes[name] = {
|
||||
name: name,
|
||||
type: "string",
|
||||
value: paramValue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue