提交 6b7dd56c 编写于 作者: C Catouse

* bind browser object to jquery object.

上级 078e3432
......@@ -87,13 +87,13 @@
return ( /*@cc_on!@*/ false);
};
window.browser = new Browser();
$.browser = new Browser();
$(function()
{
if (!$('body').hasClass('disabled-browser-tip'))
{
window.browser.tip();
$.browser.tip();
}
});
}(window, jQuery));
}(jQuery));
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册