Fix typo error

This commit is contained in:
yflory 2016-12-21 10:22:48 +01:00
parent e9418af88b
commit 403ba53980

View File

@ -708,7 +708,7 @@ define([
default:
msg = undefined;
}
if (!msg} {
if (!msg) {
$box.hide();
} else {
$box.text(msg);