[Dojo-checkins] elazutkin - r20706 - dojo/trunk/_base
dojo-checkins-admin at dojotoolkit.org
dojo-checkins-admin at dojotoolkit.org
Mon Nov 2 19:17:55 EST 2009
Author: elazutkin
Date: Mon Nov 2 16:17:48 2009
New Revision: 20706
Modified:
dojo/trunk/_base/lang.js
Log:
Removing stray comma in the code example for dojo.replace, !strict, refs #9534.
Modified: dojo/trunk/_base/lang.js
==============================================================================
--- dojo/trunk/_base/lang.js (original)
+++ dojo/trunk/_base/lang.js Mon Nov 2 16:17:48 2009
@@ -367,7 +367,7 @@
// | case "avg": return sum(this.payments) / this.payments.length;
// | }
// | }
- // | ),
+ // | )
// | );
// | // prints: 3 payments averaging 13 USD per payment.
// example:
More information about the Dojo-checkins
mailing list