feature(edit) rm showMessage

This commit is contained in:
coderaiser 2015-01-22 10:44:02 -05:00
parent 22e3e6c50c
commit ffa4572ee4

View file

@ -214,10 +214,6 @@ var CloudCmd, Util, DOM, CloudFunc, MenuIO, edward;
}
}
this.showMessage = function(text) {
edward.showMessage(text);
};
init(callback);
}