Don't destroy events

This commit is contained in:
Ruud
2014-12-18 09:56:10 +01:00
parent b9b77042dc
commit cf5a774313
@@ -23,7 +23,7 @@ Page.Movies = new Class({
self.current_page.hide();
if(self.current_page.list && self.current_page.list.navigation)
self.current_page.list.navigation.destroy();
self.current_page.list.navigation.dispose();
}
var route = new Route();