fix build..

This commit is contained in:
Henry Zhu 2015-06-10 17:11:21 -04:00
parent eaec0f1595
commit 0c47ebe881

View File

@ -216,7 +216,7 @@ var astTransformVisitor = {
delete node.isType; delete node.isType;
} }
if (this.isExportDeclaration())) { if (this.isExportDeclaration()) {
var declar = this.get("declaration"); var declar = this.get("declaration");
if (declar.isClassExpression()) { if (declar.isClassExpression()) {
node.declaration.type = "ClassDeclaration"; node.declaration.type = "ClassDeclaration";