mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 00:28:31 -05:00
9 lines
No EOL
275 B
CoffeeScript
9 lines
No EOL
275 B
CoffeeScript
VersionsModalView = require 'views/modal/versions_modal'
|
|
|
|
module.exports = class LevelVersionsView extends VersionsModalView
|
|
id: "editor-level-versions-view"
|
|
url: "/db/level/"
|
|
page: "level"
|
|
|
|
constructor: (options, @ID) ->
|
|
super options, ID, require 'models/Level' |