mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 17:02:18 -05:00
9 lines
268 B
CoffeeScript
9 lines
268 B
CoffeeScript
|
SuperVersionsView = require './versions'
|
||
|
template = require 'templates/editor/level/versions'
|
||
|
|
||
|
module.exports = class ModalVersionsView extends SuperVersionsView
|
||
|
id: 'version-history-modal'
|
||
|
template: template
|
||
|
|
||
|
constructor: (options, @ID) ->
|
||
|
super options, ID
|