mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
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
|
||||
id: 'model-modal'
|
||||
template: template
|
||||
plain: true
|
||||
|
||||
constructor: (options) ->
|
||||
super options
|
||||
|
|
Loading…
Reference in a new issue