Skip to content

Commit

Permalink
Merge pull request #45 from JTBrinkmann/master
Browse files Browse the repository at this point in the history
fixed typo "Anonymuos"
  • Loading branch information
Wizek committed Nov 7, 2015
2 parents cf58ef0 + f2e7d9a commit bf34036
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ void function() {
+ '\n<span class="stamp comment">&nbsp;//&nbsp;</span>'
+ '\n'
+ '\n<span class="summary">{{summary}}'
+'{{^summary}}<i title="No name specified">Anonymuos</i>{{/summary}}'
+'{{^summary}}<i title="No name specified">Anonymous</i>{{/summary}}'
+'</span>'
+ '\n<ul>'
+ '\n</ul>'
Expand Down
2 changes: 1 addition & 1 deletion src/tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ void function() {
+ '\n<span class="stamp comment">&nbsp;//&nbsp;</span>'
+ '\n'
+ '\n<span class="summary">{{summary}}'
+'{{^summary}}<i title="No name specified">Anonymuos</i>{{/summary}}'
+'{{^summary}}<i title="No name specified">Anonymous</i>{{/summary}}'
+'</span>'
+ '\n<ul>'
+ '\n</ul>'
Expand Down
2 changes: 1 addition & 1 deletion test/stree.js
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@
+ '\n<span class="stamp comment">&nbsp;//&nbsp;</span>'
+ '\n'
+ '\n<span class="summary">{{summary}}'
+'{{^summary}}<i title="No name specified">Anonymuos</i>{{/summary}}'
+'{{^summary}}<i title="No name specified">Anonymous</i>{{/summary}}'
+'</span>'
+ '\n<ul>'
+ '\n</ul>'
Expand Down

0 comments on commit bf34036

Please sign in to comment.