/** *cb * */ $.namespace("cb.detail"); cb.detail.init=function(){ }; cb.detail.back=function(){ location.href=$.app+"/cb/main"; };