chore(edit) showMessage: add comment

This commit is contained in:
coderaiser 2014-06-10 15:46:00 -04:00
parent 29147257fb
commit 2bd64f98fc

View file

@ -490,6 +490,13 @@ var CloudCmd, Util, DOM, CloudFunc, ace, DiffProto, diff_match_patch, Zip, MenuI
});
}
/*
* Msg should be created and removed
* if it's not and just inner text
* is changing, and hide and show of DOM
* is called - bug occures: empty box
* with no text inside.
*/
Msg = DOM.load({
name : 'div',
className : 'msg',