代码注释 王 #25

Merged
pscmholb5 merged 3 commits from develop_wangd into develop 7 months ago

File diff suppressed because it is too large Load Diff

@ -2488,6 +2488,7 @@ if (typeof jQuery === 'undefined') {
return false
}
// 获取固定偏移量
// 获取固定偏移量
Affix.prototype.getPinnedOffset = function () {
if (this.pinnedOffset) return this.pinnedOffset
@ -2592,5 +2593,8 @@ if (typeof jQuery === 'undefined') {
})
})
}(jQuery);

Loading…
Cancel
Save