detail-footer.js
328 Bytes
seajs.use(['jquery/1.8.3/jquery-debug',
'yohobuy-mobile/1.0.0/public/js/article-type-three-debug',
'yohobuy-mobile/1.0.0/public/js/detail-debug'], function($, article, detail) {
$("#container").removeClass('hide');
if (article) {
article.init();
}
if(detail) {
detail.init();
}
});