Skip to content

Commit

Permalink
various fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
se-panfilov committed Dec 15, 2017
1 parent 8dcc332 commit 0ae267a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mini-toastr.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ const miniToastr = {
config.animation(notificationElem, null)
}

if (title) addElem(notificationElem, title, CLASSES.title)
if (title) addElem(notificationElem, title, TITLE_CLASS)
if (config.icons[type]) createIcon(notificationElem, type, config)
if (message) addElem(notificationElem, message, MESSAGE_CLASS)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mini-toastr",
"version": "0.7.0",
"version": "0.7.1",
"description": "Non-blocking toaster notifications",
"main": "mini-toastr.js",
"scripts": {
Expand Down

0 comments on commit 0ae267a

Please sign in to comment.