Fix more animation bugs

This commit is contained in:
Andrew Miner
2015-03-22 09:22:41 -07:00
parent 40efc8ccc9
commit 7c99f77639
7 changed files with 34 additions and 16 deletions
@@ -53,7 +53,6 @@ module.exports = class BrowsePageController extends PageController
controllerIndex += 1
while @_controllers.length > controllerIndex
controller = @_controllers.pop()
controller.hide -> controller.$el.remove()
@_controllers.pop().remove()
super