Skip to content

Commit

Permalink
Fix eslint error (re: #7182)
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Dec 26, 2019
1 parent 1a2539f commit 1546b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/util/svg_paths_rtl_fix.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import { WordShaper } from 'alif-toolkit';

export var rtlRegex = /[\u0590-\u05FF\u0600-\u06FF\u0750-\u07BF\u08A0–\u08FF]/;
export var rtlRegex = /[\u0590-\u05FF\u0600-\u06FF\u0750-\u07BF\u08A0–\u08BF]/;

export function fixRTLTextForSvg(inputText) {
var ret = '', rtlBuffer = [];
Expand Down

0 comments on commit 1546b31

Please sign in to comment.