From be2fc4c84124df5d38c889df0c1e969e4cda7a81 Mon Sep 17 00:00:00 2001 From: Eugene Lazutkin Date: Tue, 3 Nov 2009 00:17:48 +0000 Subject: [PATCH] Removing stray comma in the code example for dojo.replace, !strict, refs #9534. git-svn-id: http://svn.dojotoolkit.org/src/dojo/trunk@20706 560b804f-0ae3-0310-86f3-f6aa0a117693 --- _base/lang.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_base/lang.js b/_base/lang.js index 3291303bfe..7987ffe689 100644 --- a/_base/lang.js +++ b/_base/lang.js @@ -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: