OMG unstable finding bugs

This commit is contained in:
Peter Cottle 2015-04-04 11:42:56 -07:00
parent 6723f4c13a
commit fd353911c5
2 changed files with 3 additions and 3 deletions

View file

@ -328,7 +328,7 @@ var ModalAlert = ContainedBase.extend({
template: _.template($('#modal-alert-template').html()),
initialize: function(options) {
options = options || {};
this.options = options || {};
this.JSON = {
title: options.title || 'Something to say',
text: options.text || 'Here is a paragraph',