mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-03-21 10:56:56 +00:00
Coding style tweak
This commit is contained in:
parent
00b6645c94
commit
1b08cd40bf
@ -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…
x
Reference in New Issue
Block a user