var IndexView = View.extend({ events: { }, initialize: function(opt){ // opt.parent = parent }, success: function(){ window.location.href = "/index" }, })