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
+4 -3
View File
@@ -1,11 +1,12 @@
/// <reference path="../jquery/jquery.d.ts" />
// Type definitions for i18next (v1.5.10 incl. jQuery)
// Project: http://i18next.com
// Sources: https://github.com/jamuhl/i18next/
// Definitions by: Maarten Docter <https://github.com/mdocter> - Blog: http://www.maartendocter.nl
// Definitions: https://github.com/borisyankov/DefinitelyTyped
// Sources: https://github.com/jamuhl/i18next/
/// <reference path="../jquery/jquery.d.ts" />
interface IResourceStore {
[language: string]: IResourceStoreLanguage;
}