Skip to content
Snippets Groups Projects
Commit 0474c73e authored by David Fugate's avatar David Fugate
Browse files

Fixed a typo.

parent 4cebb176
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
"use strict";
var f = new Function("return gNonStrict();");
f(); //REPLACE ME
f();
function gNonStrict() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment