mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-10 06:46:06 +00:00
Extraneous variable definition
This commit is contained in:
@@ -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];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user