Making the ModelModal look better.

This commit is contained in:
Scott Erickson 2014-06-13 10:11:01 -07:00
parent 6c87d5792d
commit 8f4e1b4bf0

View file

@ -4,6 +4,7 @@ template = require 'templates/modal/model'
module.exports = class ModelModal extends View
id: 'model-modal'
template: template
plain: true
constructor: (options) ->
super options