mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-20 09:38:37 +08:00
Use let instead of var
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
*/
|
||||
|
||||
function exports(el) {
|
||||
var parentNode = el.parentNode
|
||||
let parentNode = el.parentNode
|
||||
|
||||
if (!parentNode) return false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user