fix rogue strict reference

This commit is contained in:
Sebastian McKenzie 2015-03-02 22:45:21 +11:00
parent a65acd73ca
commit 4e44af819f

View File

@ -1,4 +1,4 @@
import * as strict from "../../helpers/use-strict";
import * as strict from "../../helpers/strict";
import t from "../../../types";
export var secondPass = true;