footer.js 340 Bytes
seajs.use(['jquery/1.8.3/jquery-debug',
    'yohobuy-mobile/1.0.0/public/js/saunter/article-type-three-debug',
    'yohobuy-mobile/1.0.0/public/js/saunter-debug'], function($, article, saunter) {

    $("#container").removeClass('hide');

    if (article) {
        article.init();
    }

    if(saunter) {
        saunter.init();
    }
});