feat: remove MapWrapper.create()/get()/set().
Better dart2js code, better Angular code.
This commit is contained in:
4
modules/angular2/traceur-runtime.d.ts
vendored
4
modules/angular2/traceur-runtime.d.ts
vendored
@ -48,8 +48,8 @@ declare var Map: {
|
||||
new (): Map<any, any>;
|
||||
new<K, V>(): Map<K, V>;
|
||||
// alexeagle: PATCHED
|
||||
new<K, V>(m: Map<K, V>): Map<K, V>;
|
||||
new<K, V>(l: List<any>): Map<K, V>;
|
||||
new<K, V>(m: Map<K, V>): Map<any, any>;
|
||||
new<K, V>(l: List<any>): Map<any, any>;
|
||||
prototype: Map<any, any>;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user