fix: code style

This commit is contained in:
陈嘉涵
2017-08-25 15:57:38 +08:00
parent 43693fa781
commit e7b1d70900
18 changed files with 64 additions and 80 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ export default {
if (this.preventScroll) {
document.addEventListener('touchstart', this.recordPosition, false);
document.addEventListener('touchmove', this.watchTouchMove, false);
document.addEventListener('touchmove', this.watchTouchMove, false);
}
},
+1 -1
View File
@@ -82,7 +82,7 @@ const PopupManager = {
let domParentNode;
if (dom && dom.parentNode && dom.parentNode.nodeType !== 11) {
domParentNode = dom.parentNode
domParentNode = dom.parentNode;
} else {
domParentNode = document.body;
}