fix decrators modules test

This commit is contained in:
Sebastian McKenzie
2015-04-07 13:03:41 -07:00
parent 37dd5137ff
commit 17583e4807

View File

@@ -10,9 +10,10 @@ var _foo2 = babelHelpers.interopRequireWildcard(_foo);
var Foo = (function () {
function Foo() {
babelHelpers.classCallCheck(this, Foo);
babelHelpers.classCallCheck(this, _Foo);
}
var _Foo = Foo;
Foo = _foo2["default"](Foo) || Foo;
return Foo;
})();