Added CraftingTable* components and UI

This commit is contained in:
Andrew Miner
2014-12-23 20:26:36 -08:00
parent b05fc4c5c9
commit 95c15abe10
30 changed files with 866 additions and 252 deletions
+2 -2
View File
@@ -45,8 +45,8 @@ module.exports = class CraftingGuideRouter extends Backbone.Router
controller.render()
$pageContent = $('.page')
$pageContent.empty()
$pageContent.append controller.$el
controller.$el.addClass 'page'
$pageContent.replaceWith controller.$el
controller.$el.fadeIn showDuration, ->
controller.onDidShow()