fix(Dart1.8): fix analyzer warnings

This commit is contained in:
Victor Berchet
2014-12-01 19:19:07 +01:00
parent 3e57189e45
commit 0703ee526c
4 changed files with 5 additions and 13 deletions

View File

@ -10,13 +10,6 @@ import {CompileControl} from 'core/compiler/pipeline/compile_control';
export function main() {
describe('compile_pipeline', () => {
var logs, pipeline, loggingStep;
beforeEach( () => {
logs = [];
loggingStep = new LoggingStep(logs);
});
it('should walk the tree in depth first order including template contents', () => {
var element = createElement('<div id="1"><template id="2"><span id="3"></span></template></div>');