ps.html 252 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/ps-debug'], function($, ps) { $("#container").removeClass('hide'); if (ps) { ps.init(); } }); </script>