Skip to content

Commit 5403d2b

Browse files
committed
Add HTMLDocument as global for jshint
1 parent a1122b6 commit 5403d2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/*global HTMLDocument*/
12
function getAttributes(elm) {
23
var attrs = elm.attributes;
34
var result = {};

0 commit comments

Comments
 (0)