mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 16:17:57 -05:00
9 lines
No EOL
272 B
CoffeeScript
Executable file
9 lines
No EOL
272 B
CoffeeScript
Executable file
VersionsView = require 'views/kinds/VersionsView'
|
|
|
|
module.exports = class SuperVersionsView extends VersionsView
|
|
id: "editor-thang-versions-view"
|
|
url: "/db/thang.type/"
|
|
page: "thang"
|
|
|
|
constructor: (options, @ID) ->
|
|
super options, ID, require 'models/ThangType' |