From 0a34bfc7a830b7f5c41bc5e390a1bb42b06ccd46 Mon Sep 17 00:00:00 2001 From: Scott Erickson Date: Wed, 22 Jan 2014 18:54:20 -0800 Subject: [PATCH] Fixed a couple things with the component versions view. --- app/views/editor/component/versions.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/editor/component/versions.coffee b/app/views/editor/component/versions.coffee index a0638e26e..7305c29c5 100755 --- a/app/views/editor/component/versions.coffee +++ b/app/views/editor/component/versions.coffee @@ -2,8 +2,8 @@ VersionsView = require 'views/kinds/VersionsView' module.exports = class SuperVersionsView extends VersionsView id: "editor-component-versions-view" - url: "/db/component/" + url: "/db/level.component/" page: "component" constructor: (options, @ID) -> - super options, ID, require 'models/Component' \ No newline at end of file + super options, ID, require 'models/LevelComponent' \ No newline at end of file