fixed typo in Service
This commit is contained in:
@@ -60,6 +60,6 @@ class Init {
|
||||
KernelEvents.instance.startEventLoop();
|
||||
});
|
||||
|
||||
ServiceManager.instace = new ServiceManager();
|
||||
ServiceManager.instance = new ServiceManager();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@ import lib.KVStore;
|
||||
using tink.CoreApi;
|
||||
|
||||
class ServiceManager {
|
||||
public static var instace: ServiceManager;
|
||||
public static var instance: ServiceManager;
|
||||
|
||||
private final services:Map<String,Service> = new Map();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user