mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-23 21:22:48 +01:00
Made observable object sealed after creation
This commit is contained in:
@@ -11,7 +11,7 @@ app.run(function() {
|
||||
},
|
||||
'em': function() {
|
||||
var cfg = app.get('cmdConfig');
|
||||
cfg.emphasizeBytes = !cfg.cmdConfig.emphasizeBytes;
|
||||
cfg.emphasizeBytes = !cfg.emphasizeBytes;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user