Add some docs

This commit is contained in:
Chi Vinh Le
2017-08-24 18:40:38 +07:00
parent c2b0a60d8a
commit 645aaa09ae
11 changed files with 70 additions and 5 deletions
@@ -1,3 +1,8 @@
/**
* createNotificationService returns a notification services based on toast.
* @param {Object} toast
* @return {Object} notification service
*/
export function createNotificationService(toast) {
return {
success(msg) {