Skip to content

Commit 6980b91

Browse files
committed
add strict mode
1 parent b867a45 commit 6980b91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use strict';
2+
13
var htmlparser = require('htmlparser2');
24

35
/**

0 commit comments

Comments
 (0)