codecombat/app/views/editor/thang/versions_view.coffee
2014-07-01 12:23:22 +08:00

9 lines
289 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'