|
@@ -1,5 +1,6 @@
|
|
|
import _ from 'lodash'
|
|
|
-import {invokeMethod} from "./utils";
|
|
|
+import {invokeMethod} from "./utils"
|
|
|
+import {windows} from './Defaults'
|
|
|
|
|
|
export class Scope {
|
|
|
|
|
@@ -90,7 +91,7 @@ export class Scope {
|
|
|
}
|
|
|
},
|
|
|
|
|
|
- }, vjsonOption, that.vjson)
|
|
|
+ }, vjsonOption, that.vjson, windows)
|
|
|
|
|
|
const win = new Ext.Window(config);
|
|
|
win.show();
|