Skip to content

Commit 627996f

Browse files
committed
fix: remove some unused variable
1 parent a56323d commit 627996f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

key-combination/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
root.preKeyCombination = root.keyCombination;
204204
}
205205
// 存储全局变量减少引用查找
206-
var doc = document,win = root,_body = document.body,_documentElement = doc.documentElement,option;
206+
var win = root;
207207

208208
// 组合键检测。当keydown命中事件集后,我们再对子集做判断执行
209209

0 commit comments

Comments
 (0)