##// END OF EJS Templates
Fixed i18n exports
cin -
r44:18383b2dcc1a v1.0.1 default
parent child
Show More
@@ -2,7 +2,7 import { MapOf } from "@implab/core-amd/
2 import { NlsBundle } from "./NlsBundle";
2 import { NlsBundle } from "./NlsBundle";
3 import { isPromise } from "@implab/core-amd/safe";
3 import { isPromise } from "@implab/core-amd/safe";
4
4
5 interface OnLoad {
5 export interface OnLoad {
6 (result?: any): void;
6 (result?: any): void;
7 error(err: any): void;
7 error(err: any): void;
8 }
8 }
General Comments 0
You need to be logged in to leave comments. Login now