codecombat/app/views/editor/thang/versions_view.coffee
2014-03-12 15:22:15 +01:00

9 lines
No EOL
288 B
CoffeeScript
Executable file

VersionsModalView = require 'views/modal/versions_modal'
module.exports = class ComponentVersionsView extends VersionsModalView
id: "editor-thang-versions-view"
url: "/db/thang.type/"
page: "thang"
constructor: (options, @ID) ->
super options, ID, require 'models/ThangType'