| CODENOTIFIER | HelpYou are not signed inSign in |
Project: dojo
Revision: 15129
Author: elazutkin
Date: 04 Sep 2008 20:42:07
Diff at Trac: http://trac.dojotoolkit.org/changeset/15129
Changes:Eliminating stray commas. Refs #7596. !strict
Some of the stray commas are relatively harmless (e.g., in commented out examples).
| ... | ...@@ -954,7 +954,7 @@ | |
| 954 | 954 | var expect =([ "2%", "1%", "2%", "2%", "1%", |
| 955 | 955 | "0%", "0%", "1%", "1%", "1%", |
| 956 | 956 | "0", "2", "0.0", "0.2", "0.00", |
| 957 | "0.02", "0.000", "0.002",]); | |
| 957 | "0.02", "0.000", "0.002"]); | |
| 958 | 958 | for(var i = 0; i <input.length; i ++){ |
| 959 | 959 | tests.number.checkFormatParseCycle(t, {pattern:patterns[i],round:true},input[i],expect[i],false); |
| 960 | 960 | } |
| ... | ...@@ -83,7 +83,7 @@ | |
| 83 | 83 | // `djConfig.addOnLoad = [myObject, "functionName"];` and for object with |
| 84 | 84 | // function reference use |
| 85 | 85 | // `djConfig.addOnLoad = [myObject, function(){}];` |
| 86 | addOnLoad: null, | |
| 86 | addOnLoad: null | |
| 87 | 87 | } |
| 88 | 88 | =====*/ |
| 89 | 89 |