diff --git a/modules/angular2/traceur-runtime.d.ts b/modules/angular2/traceur-runtime.d.ts index 7429ea76b6..2b151029cb 100644 --- a/modules/angular2/traceur-runtime.d.ts +++ b/modules/angular2/traceur-runtime.d.ts @@ -45,6 +45,7 @@ interface Map { size: number; } declare var Map: { + new (): Map; new(): Map; // alexeagle: PATCHED new(m: Map): Map; @@ -61,6 +62,7 @@ interface Set { size: number; } declare var Set: { + new (): Set; new(): Set; // alexeagle PATCHED new(s: Set): Set;