codecombat/app/views/editor/thang/versions_view.coffee

9 lines
288 B
CoffeeScript
Raw Normal View History

2014-03-10 18:29:34 -04:00
VersionsModalView = require 'views/modal/versions_modal'
2014-03-12 10:22:15 -04:00
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'