Skip to content

Commit d3d522a

Browse files
committed
1 parent bc03672 commit d3d522a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/js/storage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
return haystack.replace(
296296
new RegExp(
297297
'(^|\\n)' +
298-
this.escapeRegex(needle) +
298+
µb.escapeRegex(needle) +
299299
'(\\n|$)', 'g'),
300300
'\n'
301301
).trim();

0 commit comments

Comments
 (0)