fix(core): fixed gulp build issue

This commit is contained in:
OldHawk
2018-04-27 16:08:29 +08:00
parent 0c91b1fde8
commit 6406bcd4e2

View File

@@ -66,7 +66,7 @@
});
}
function showErrorNofity(msg, titleMsgId, params = undefined) {
function showErrorNofity(msg, titleMsgId, params) {
var title_msg = titleMsgId ? $translate.instant(titleMsgId) : undefined;
msg = $translate.instant(msg, params);