Generalize toast view template

// FREEBIE
This commit is contained in:
lilia 2016-09-06 17:11:44 -07:00
parent d7b6e7c26b
commit 141cdef2a4
3 changed files with 4 additions and 6 deletions

View file

@ -7,6 +7,7 @@
Whisper.ToastView = Whisper.View.extend({
className: 'toast',
templateName: 'toast',
initialize: function() {
this.$el.hide();
},