chore(lint): fix missing semicolon to make Circle green (#8877)

This commit is contained in:
Alex Eagle 2016-05-26 16:43:15 -07:00
parent ef0c32512c
commit 0b6967fd74
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import {
htmlVisitAll htmlVisitAll
} from './html_ast'; } from './html_ast';
import {HtmlParser} from './html_parser'; import {HtmlParser} from './html_parser';
import {CompilerConfig} from './config' import {CompilerConfig} from './config';
import {preparseElement, PreparsedElementType} from './template_preparser'; import {preparseElement, PreparsedElementType} from './template_preparser';