Преглед на файлове

Revert "Use typeof to check for console instead of eval."

This reverts commit 6ded3f624bfb7c57dd8ab3af9a05049ffaae9d43.
Bruno Garcia преди 10 години
родител
ревизия
9d80435bd2
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      genjs.ml

+ 1 - 1
genjs.ml

@@ -1291,7 +1291,7 @@ let generate com =
 
 	(* Provide console for environments that may not have it. *)
 	if not (Common.defined com Define.JsEs5) then
-		spr ctx "var console = typeof console != \"undefined\" ? console : {log:function(){}};\n";
+		spr ctx "var console = (1,eval)('this').console || {log:function(){}};\n";
 
 	(* TODO: fix $estr *)
 	let vars = [] in