mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Fixed typo
This commit is contained in:
parent
c918bb6b35
commit
6d96632bf6
@ -87,7 +87,7 @@ var ArgParser = function(argString,options) {
|
|||||||
for(var t=0; t<this.byPos.length; t++) {
|
for(var t=0; t<this.byPos.length; t++) {
|
||||||
n = this.byPos[t].n;
|
n = this.byPos[t].n;
|
||||||
v = this.byPos[t].v;
|
v = this.byPos[t].v;
|
||||||
if(this.byName.hasOwnProperty("n"))
|
if(this.byName.hasOwnProperty(n))
|
||||||
this.byName[n].push(v);
|
this.byName[n].push(v);
|
||||||
else
|
else
|
||||||
this.byName[n] = [v];
|
this.byName[n] = [v];
|
||||||
|
Loading…
Reference in New Issue
Block a user