added/fixed headers e-i

https://github.com/borisyankov/DefinitelyTyped/issues/1570
This commit is contained in:
Bartvds
2014-01-24 00:19:24 +01:00
parent 950d0d85a7
commit 03eecbb681
13 changed files with 42 additions and 21 deletions
+6 -1
View File
@@ -1,3 +1,8 @@
// Type definitions for Google Visualisation Apis
// Project: https://developers.google.com/chart/
// Definitions by: Dan Ludwig <https://github.com/danludwig>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module google {
function load(visualization: string, version: string, packages: any): void;
@@ -468,4 +473,4 @@ declare module google {
//#endregion
}
}
}