refactor(edit) setMsgChanged: rm msg

This commit is contained in:
coderaiser 2016-12-26 12:07:51 +02:00
parent 2917bf9fda
commit 3c18636e23

View file

@ -241,8 +241,7 @@ var CloudCmd, Util, DOM, CloudFunc, MenuIO, Format;
}
function setMsgChanged(name) {
var msg = 'Do you want to save changes to ' + name + '?';
MSG_CHANGED = msg;
MSG_CHANGED = 'Do you want to save changes to ' + name + '?';
}
function isChanged() {