template.html 261 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 <script type="text/javascript"> 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(); } }); </script>