introduced observable

This commit is contained in:
Borys Levytskyi
2015-04-04 16:37:54 +03:00
parent d96bcb0517
commit 960b61de03
3 changed files with 20 additions and 16 deletions

View File

@@ -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) {