Skip to content

Commit

Permalink
more ie attemptes
Browse files Browse the repository at this point in the history
  • Loading branch information
SlexAxton committed Jan 20, 2011
1 parent f289114 commit 7197d67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/uglifyjs/bin/uglifyjs.js
Expand Up @@ -17,7 +17,7 @@ var uglify = {

pro.set_logger(function(msg){
//>> Start Uglifui
global.console.log(msg); // TODO:: Wrap this so there is visual output as well
//global.console.log(msg); // TODO:: Wrap this so there is visual output as well
//>> End Uglifui
});

Expand Down Expand Up @@ -223,8 +223,8 @@ function time_it(name, cont) {
var t1 = new Date().getTime();
try { return cont(); }
//>> Start Uglifui
catch(e){}
//finally { sys.debug("// " + name + ": " + ((new Date().getTime() - t1) / 1000).toFixed(3) + " sec."); }
finally { global.console.debug("// " + name + ": " + ((new Date().getTime() - t1) / 1000).toFixed(3) + " sec."); }
//>> End Uglifui

};
Expand Down

0 comments on commit 7197d67

Please sign in to comment.