Skip to content

Commit

Permalink
Update notifier.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadYounes committed Aug 3, 2014
1 parent 71bafcd commit c098ac7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docpad/data/notifier.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
{"name": "wait", "type":"Number", "desc":"Time (in seconds) to wait before the message is dismissed, a value of 0 means keep open till clicked."},
{"name": "callback", "type":"Function", "desc":"A callback function to be invoked when the message is dismissed."}
],
"script": "alertify.success('Standard notification message.');"
"script": "alertify.success('Success notification message.');"
},

{
Expand All @@ -70,7 +70,7 @@
{"name": "wait", "type":"Number", "desc":"Time (in seconds) to wait before the message is dismissed, a value of 0 means keep open till clicked."},
{"name": "callback", "type":"Function", "desc":"A callback function to be invoked when the message is dismissed."}
],
"script": "alertify.error('Standard notification message.');"
"script": "alertify.error('Error notification message.');"
},

{
Expand Down Expand Up @@ -99,4 +99,4 @@
],
"script": "alertify.notify('default message.', 'custom', 2, function(){console.log('dismissed');});"
}
]
]

0 comments on commit c098ac7

Please sign in to comment.