Dedupe modal styles

// FREEBIE
This commit is contained in:
lilia 2016-02-18 17:28:34 -08:00
parent bb681526dc
commit 33fde3d4e7
4 changed files with 28 additions and 46 deletions

View file

@ -6,7 +6,7 @@
window.Whisper = window.Whisper || {};
Whisper.ConfirmationDialogView = Whisper.View.extend({
className: 'confirmation-dialog',
className: 'confirmation-dialog modal',
templateName: 'confirmation-dialog',
initialize: function(options) {
this.message = options.message;