Changeset 15129

Show
Ignore:
Timestamp:
09/04/08 17:42:07 (3 months ago)
Author:
elazutkin
Message:

Eliminating stray commas. Refs #7596. !strict
Some of the stray commas are relatively harmless (e.g., in commented out examples).

Location:
dojo/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • dojo/trunk/tests/number.js

    r14524 r15129  
    955955                         "0%", "0%", "1%", "1%", "1%", 
    956956                         "0", "2", "0.0", "0.2", "0.00", 
    957                          "0.02", "0.000", "0.002",]); 
     957                         "0.02", "0.000", "0.002"]); 
    958958        for(var i = 0; i <input.length; i ++){ 
    959959                tests.number.checkFormatParseCycle(t, {pattern:patterns[i],round:true},input[i],expect[i],false); 
  • dojo/trunk/_base/_loader/bootstrap.js

    r15041 r15129  
    8484        //              function reference use 
    8585        //              `djConfig.addOnLoad = [myObject, function(){}];` 
    86         addOnLoad: null, 
     86        addOnLoad: null 
    8787} 
    8888=====*/