mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-02-20 07:01:05 -08:00
Fixed typo
This commit is contained in:
parent
c918bb6b35
commit
6d96632bf6
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ var ArgParser = function(argString,options) {
|
|||
for(var t=0; t<this.byPos.length; t++) {
|
||||
n = this.byPos[t].n;
|
||||
v = this.byPos[t].v;
|
||||
if(this.byName.hasOwnProperty("n"))
|
||||
if(this.byName.hasOwnProperty(n))
|
||||
this.byName[n].push(v);
|
||||
else
|
||||
this.byName[n] = [v];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue