mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-17 23:34:50 +00:00
Extraneous variable definition
This commit is contained in:
parent
24cb5cb19c
commit
52a51b79aa
@ -35,7 +35,7 @@ Command.prototype.execute = function() {
|
|||||||
type = this.params[2] || "text/html",
|
type = this.params[2] || "text/html",
|
||||||
options = {},
|
options = {},
|
||||||
t;
|
t;
|
||||||
for(var t=3; t<this.params.length; t++) {
|
for(t=3; t<this.params.length; t++) {
|
||||||
options["with"] = options["with"] || [];
|
options["with"] = options["with"] || [];
|
||||||
options["with"][t-2] = this.params[t];
|
options["with"][t-2] = this.params[t];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user