footer.js 195 Bytes
seajs.use(['jquery/1.8.3/jquery-debug', 'yohobuy-mobile/1.0.0/public/js/template-debug'], function($, tpl) {
    $("#container").removeClass('hide');

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