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