deno2: fmt js dir

This commit is contained in:
Ryan Dahl 2018-06-11 21:32:06 +02:00
parent 314f086721
commit 997b300745
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,6 @@
const globalEval = eval;
const window = globalEval("this");
window['foo'] = () => {
window["foo"] = () => {
deno_print("Hello world from foo");
return "foo";
}
};