Fix error revealed by tests

This commit is contained in:
dcrusader
2015-01-05 18:56:12 -08:00
parent 7eabe68bb7
commit b33ff5f0e0
+1 -1
View File
@@ -16,7 +16,7 @@ interface DiLite {
interface DiCreateContext {
map: Object;
entry(name: string): Object;
register(name: string, service: any): DiEntry;
register(name: string, type?: any, args?: any): DiEntry;
has(name: string): boolean;
"get"(name: string): any;
create(name: string, args: any)