Move function so typings are alphabetical.

This commit is contained in:
Lucy He
2015-06-05 18:10:15 -04:00
parent 279425d25f
commit f3797dc850
+1 -1
View File
@@ -66,8 +66,8 @@ interface I18nextOptions {
interface I18nextStatic {
addResources(language: string, namespace: string, resources: IResourceStoreKey): void;
addPostProcessor(name: string, fn: (value: any, key: string, options: any) => string): void;
addResources(language: string, namespace: string, resources: IResourceStoreKey): void;
detectLanguage(): string;
functions: {
extend(target: any, ...objs: any[]): Object;