Merge branch 'master' into develop-0.11.0

This commit is contained in:
afc163 2015-12-08 16:48:30 +08:00
commit f64bee9de5

View File

@ -59,6 +59,7 @@ function notice(args) {
duration: duration,
closable: true,
onClose: args.onClose,
key: args.key,
style: {}
});
} else {
@ -73,6 +74,7 @@ function notice(args) {
duration: duration,
closable: true,
onClose: args.onClose,
key: args.key,
style: {}
});
} else {