|
@@ -17,7 +17,6 @@ import '../assets/pep.min';
|
|
|
|
|
|
|
|
|
|
import { InitTags } from './initializer';
|
|
import { InitTags } from './initializer';
|
|
-import { configurationLoader } from './configuration/loader';
|
|
|
|
|
|
|
|
// promise polyfill, if needed!
|
|
// promise polyfill, if needed!
|
|
PromisePolyfill.Apply();
|
|
PromisePolyfill.Apply();
|
|
@@ -33,7 +32,6 @@ function init(event) {
|
|
function disposeAll() {
|
|
function disposeAll() {
|
|
viewerManager.dispose();
|
|
viewerManager.dispose();
|
|
mapperManager.dispose();
|
|
mapperManager.dispose();
|
|
- configurationLoader.dispose();
|
|
|
|
}
|
|
}
|
|
|
|
|
|
// public API for initialization
|
|
// public API for initialization
|