Skip to content

Commit 2655556

Browse files
committed
Update fill.js
1 parent 720a440 commit 2655556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascripts/fill.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function minify(js) {
99
js
1010
.replace(/[\r\n\t]+/gm, " ")
1111
.replace(/\x20+/gm, " ")
12-
.trim(),
12+
.trim()
1313
) +
1414
"%7D)()"
1515
);

0 commit comments

Comments
 (0)