Skip to content

Commit

Permalink
~ 修改注释
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcome committed Jun 21, 2018
1 parent 7d5eaf5 commit 7de6675
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "blear.core.layout",
"version": "1.0.6",
"version": "1.0.7",
"description": "DOM 布局计算",
"scripts": {
"live": "browser-sync start --config bs-config.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -453,7 +453,7 @@ var positioned = exports.positioned = function (el) {


/**
* 获取元素的 offset 位移,从元素的边框开始计算,到文档边缘
* 获取元素的 offset 位移,从元素的边框开始计算,到最近的定位祖先元素
* @param el
* @returns {{}}
*/
Expand Down

0 comments on commit 7de6675

Please sign in to comment.