Commit 15ed6a38 authored by Liang's avatar Liang

🎨 add comment

parent 57077695
...@@ -57,7 +57,9 @@ var Util = { ...@@ -57,7 +57,9 @@ var Util = {
return isArticle; return isArticle;
}, },
/** /**
* pjax * 初始化 Pjax
* @param cb 除文章和自定义页面外的其他页面加载回调
* @param articelCB 文章页面加载后的回调
*/ */
initPjax: function (cb, articelCB) { initPjax: function (cb, articelCB) {
if ($('#pjax').length === 1) { if ($('#pjax').length === 1) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment