Fixed a typo.

This commit is contained in:
David Fugate 2012-03-15 08:54:09 -07:00
parent 4cebb176cf
commit 0474c73ea9
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
"use strict";
var f = new Function("return gNonStrict();");
f(); //REPLACE ME
f();
function gNonStrict() {