refactoring utils into module

This commit is contained in:
azivner
2018-03-24 23:37:55 -04:00
parent 0f6b00e1c8
commit c8e456cdb1
21 changed files with 361 additions and 340 deletions

View File

@@ -91,7 +91,7 @@ const labelsDialog = (function() {
addLastEmptyRow();
showMessage("Labels have been saved.");
utils.showMessage("Labels have been saved.");
noteEditor.loadLabelList();
};