Rename Shiny.Notification to Shiny.notifications

This commit is contained in:
Winston Chang
2016-03-18 14:59:43 -05:00
parent 0243f74dcd
commit 382e5c1f43

View File

@@ -1,4 +1,4 @@
exports.Notifications = (function() {
exports.notifications = (function() {
// Milliseconds to fade in or out
const fadeDuration = 250;