UNPKG
combokeys
Version:
latest (3.0.1)
3.0.1
3.0.0
2.4.6
2.4.4
2.4.3
2.4.2
2.4.0
2.3.0
2.2.0
2.1.1
2.1.0
2.0.0
Handles keyboard shortcuts in the browser
github.com/PolicyStat/combokeys
PolicyStat/combokeys
combokeys
/
test
/
helpers
/
make-element.js
6 lines
(5 loc)
•
133 B
JavaScript
View Raw
1
2
3
4
5
6
module
.
exports
=
function
(
) {
var
element =
document
.
createElement
(
'div'
)
document
.
body
.
appendChild
(element)
return
element }