mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2026-01-15 16:32:43 +01:00
introduced observable
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
(function (core) {
|
||||
|
||||
var di = new core.Container();
|
||||
|
||||
var app = new core.AppShell(di);
|
||||
|
||||
app.cmdConfig = core.ObservableObject.create({
|
||||
emphasizeBytes: true
|
||||
});
|
||||
|
||||
app.debugMode = false;
|
||||
|
||||
app.bootstrap = function(rootViewElement) {
|
||||
|
||||
Reference in New Issue
Block a user