Changeset 7990

Show
Ignore:
Timestamp:
04/07/07 16:39:08 (21 months ago)
Author:
alex
Message:

unfscking log output for Webkit and Opera. Refs #2550

Files:
1 modified

Legend:

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

    r7933 r7990  
    9090                                        msg += " "+arguments[x]; 
    9191                                } 
    92                                 sendToLogPane(msg); 
     92                                sendToLogPane([msg]); 
    9393                                opera.postError("DEBUG:"+msg); 
    9494                        } 
     
    105105                                                msg += " "+arguments[x]; 
    106106                                        } 
    107                                         sendToLogPane(msg); 
     107                                        sendToLogPane([msg]); 
    108108                                        console.log("DEBUG:"+msg); 
    109109                                }