Changeset 14256

Show
Ignore:
Timestamp:
07/03/08 15:41:43 (5 months ago)
Author:
jburke
Message:

Refs #1368: make sure console calls are still useful outside of built files that have the calls stripped.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojo/trunk/_base/_loader/bootstrap.js

    r13682 r14256  
    112112                                        var a = Array.apply({}, arguments); 
    113113                                        a.unshift(tcn+":"); 
    114                                         console.log(a.join(" ")); 
     114                                        console["log"](a.join(" ")); 
    115115                                } 
    116116                        })();