Fix typos

[MAILPOET-1976]
This commit is contained in:
Ján Mikláš
2019-06-19 14:52:34 +02:00
committed by M. Shull
parent ec0ba8585e
commit 894218f34b
2 changed files with 13 additions and 13 deletions

View File

@@ -64,7 +64,7 @@ Module.findModels = function findModels(predicate) {
};
Module.renderContent = function renderContent(content) {
if (App._contentContainerView) {
if (App._contentContainer) {
App._contentContainer.destroy();
}
if (App._contentContainerView) {