Fix typo error

pull/1/head
yflory 2016-12-21 10:22:48 +01:00
parent e9418af88b
commit 403ba53980
1 changed files with 1 additions and 1 deletions

View File

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