Configure loggers for proper login.

This commit is contained in:
Paulo Gustavo Veiga
2012-11-05 00:51:06 -03:00
parent 53768b5400
commit 98729c2582
9 changed files with 18 additions and 11 deletions

View File

@@ -38,8 +38,9 @@ mindplot.commands.GenericFunctionCommand = new Class({
} catch (e) {
if (this._commandFunc.commandType != "changeTextToTopic") {
// Workaround: For some reason, there is a combination of events that involves
// making some modification and firing out out focus. This is causing
// making some modification and firing out of focus event. This is causing
// that a remove node try to be removed. In some other life, I will come with the solution.
// Almost aways occurs with IE9. I could be related with some change of order in sets o something similar.
throw e;
}
}