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

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

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

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

});