1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-17 04:34:00 +02:00

fix linter

This commit is contained in:
Ian Storm Taylor
2017-10-16 20:35:18 -07:00
parent 276ed274b1
commit fb0bdfa28b
3 changed files with 3 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ if (browser) {
}
}
const testEl = document.createElement('div')
const testEl = window.document.createElement('div')
testEl.contentEditable = true
for (let i = 0; i < EVENT_RULES.length; i++) {