Skip to content

Commit 15c456c

Browse files
committed
add a missing require statement
1 parent ab59f10 commit 15c456c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/lib/list_item_hunter.js

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const list_item_hunter = function () {
55
const pa = require('./pattern_assembler');
66
const smh = require('./style_modifier_hunter');
77
const plutils = require('./utilities');
8+
const jsonCopy = require('./json_copy');
89
const Pattern = require('./object_factory').Pattern;
910

1011
const pattern_assembler = new pa();

0 commit comments

Comments
 (0)