Made observable object sealed after creation

This commit is contained in:
Borys Levytskyi
2015-04-04 19:23:46 +03:00
parent 9744f88c3d
commit ba284789ba
5 changed files with 51 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ app.run(function() {
},
'em': function() {
var cfg = app.get('cmdConfig');
cfg.emphasizeBytes = !cfg.cmdConfig.emphasizeBytes;
cfg.emphasizeBytes = !cfg.emphasizeBytes;
}
});