Changeset 15133

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

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

Location:
dojox/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • dojox/trunk/av/widget/PlayButton.js

    r15127 r15133  
    5252                dojo.addClass(this.domNode, "Pause"); 
    5353                dojo.removeClass(this.domNode, "Play"); 
    54         }, 
    55          
     54        } 
    5655}); 
  • dojox/trunk/secure/tests/sandbox.js

    r15131 r15133  
    5151                        }catch(e){} 
    5252                                t.t(typeof bad == 'undefined'); 
    53                 }, 
     53                } 
    5454                /*function innerHTMLScript2(t){ 
    5555                        try{ 
     
    111111                        } 
    112112                }, 
    113                 /*violater(function addStyleTag(t) { 
     113                violater(function addStyleTag(t) { 
    114114                        securedElement.innerHTML = "<style>div {color:expression(alert(\"hello\")}</style><div>test</div>";              
    115115                }), 
    116116                violater(function addStyleTag2(t) { 
    117117                        securedElement.innerHTML = "<style>@import 'unsafe.css'</style><div>unsafe css</div>";           
    118                 }),*/ 
     118                })*/ 
    119119        ]); 
    120120