refactor: code cleanup

This commit is contained in:
Victor Berchet
2016-06-30 15:27:30 -07:00
parent 3050ae155c
commit 0ccb6e0dfc
6 changed files with 152 additions and 148 deletions

View File

@ -20,7 +20,6 @@ import {PreparsedElementType, preparseElement} from './template_preparser';
import {UrlResolver} from './url_resolver';
import {SyncAsyncResult} from './util';
import {XHR} from './xhr';
import {InterpolationConfig} from './interpolation_config';
@Injectable()
export class DirectiveNormalizer {