refactor(change_detection): remove circular dependencies

Closes #712
This commit is contained in:
Marc Laval
2015-02-19 10:15:06 +01:00
committed by Misko Hevery
parent a768f2e124
commit 3496c8ac54
8 changed files with 81 additions and 69 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import {ddescribe, describe, it, iit, xit, expect, beforeEach, afterEach} from 'angular2/test_lib';
import {coalesce} from 'angular2/src/change_detection/coalesce';
import {RECORD_TYPE_SELF, ProtoRecord} from 'angular2/src/change_detection/proto_change_detector';
import {RECORD_TYPE_SELF, ProtoRecord} from 'angular2/src/change_detection/proto_record';
export function main() {
function r(funcOrValue, args, contextIndex, selfIndex, lastInBinding = false) {