add use strict header to decorators test

This commit is contained in:
Sebastian McKenzie
2015-04-12 09:09:26 -07:00
parent bbc951dfe1
commit 7e1a4be085

View File

@@ -1,3 +1,4 @@
"use strict";
var Foo = (function () {
function Foo() {