fix(ts): ts doesn't like ";;"

This commit is contained in:
Victor Berchet
2015-03-26 17:32:48 +01:00
parent b02bd65871
commit 878fce6482
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
import {ddescribe, describe, it, iit, xit, expect, beforeEach, afterEach, el,
AsyncTestCompleter, inject} from 'angular2/test_lib';
import {ControlGroup, Control, ControlArray, Validators} from 'angular2/forms';;
import {ControlGroup, Control, ControlArray, Validators} from 'angular2/forms';
import {ObservableWrapper} from 'angular2/src/facade/async';
import {ListWrapper} from 'angular2/src/facade/collection';
@ -456,4 +456,4 @@ export function main() {
});
});
});
}
}