cutbox/CutBox

superfluous backtick in js example

bahnfrei opened this issue · 2 comments

you may want to remove the backtick in the javascript example file ~/.cutbox/basic.js (https://github.com/cutbox/CutBox/wiki/Javascript-Examples)

var stripTags = i => join(i).replace(/<[^>]*>/gm, "");`

vs.

var stripTags = i => join(i).replace(/<[^>]*>/gm, "");

Fixed