angular2-2.0.0-alpha.39

This commit is contained in:
Tobias Bosch
2015-10-06 13:05:18 -07:00
parent 70b40db9e0
commit c321c3c902
8 changed files with 20225 additions and 73 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
// Type definitions for Angular v2.0.0-local_sha.f77234e
// Type definitions for Angular v2.0.0-local_sha.7d5c3eb
// Project: http://angular.io/
// Definitions by: angular team <https://github.com/angular/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
@@ -911,7 +911,7 @@ declare module ngHttp {
*/
class Headers {
constructor(headers?: Headers | StringMap<string, any>);
constructor(headers?: Headers | {[key: string]: any});
/**
* Appends a header to existing list of header values for a given header name.