Sorry, no default values for JS functions

This commit is contained in:
Thomas Gelf 2014-03-08 12:17:56 +01:00
parent 2b19ba51a6
commit d1c5e6da14
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@
}
},
createNotice: function (severity, message, persist = false) {
createNotice: function (severity, message, persist) {
var c = severity;
if (persist) {
c += ' persist';