Skip to content

Commit

Permalink
Removing stray comma in the code example for dojo.replace, !strict, r…
Browse files Browse the repository at this point in the history
…efs #9534.

git-svn-id: http://svn.dojotoolkit.org/src/dojo/trunk@20706 560b804f-0ae3-0310-86f3-f6aa0a117693
  • Loading branch information
uhop committed Nov 3, 2009
1 parent d3253f3 commit be2fc4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _base/lang.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ dojo.provide("dojo._base.lang");
// | case "avg": return sum(this.payments) / this.payments.length;
// | }
// | }
// | ),
// | )
// | );
// | // prints: 3 payments averaging 13 USD per payment.
// example:
Expand Down

0 comments on commit be2fc4c

Please sign in to comment.