Making the ModelModal look better.
This commit is contained in:
parent
6c87d5792d
commit
8f4e1b4bf0
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ template = require 'templates/modal/model'
|
||||||
module.exports = class ModelModal extends View
|
module.exports = class ModelModal extends View
|
||||||
id: 'model-modal'
|
id: 'model-modal'
|
||||||
template: template
|
template: template
|
||||||
|
plain: true
|
||||||
|
|
||||||
constructor: (options) ->
|
constructor: (options) ->
|
||||||
super options
|
super options
|
||||||
|
|
Reference in a new issue