mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
Fix comment to reflect the actual regexp/spec in the JS version as well.
This commit is contained in:
parent
14e6728cc4
commit
4bd4307924
Notes:
Gabriel Wicke
2012-02-27 16:40:01 +00:00
|
@ -66,7 +66,7 @@ Sanitizer.prototype._IDNRegexp = new RegExp(
|
|||
"\u180d|" + // 180d MONGOLIAN FREE VARIATION SELECTOR THREE
|
||||
"\u200c|" + // 200c ZERO WIDTH NON-JOINER
|
||||
"\u200d|" + // 200d ZERO WIDTH JOINER
|
||||
"[\ufe00-\ufe0f]" // fe00-fe00f VARIATION SELECTOR-1-16
|
||||
"[\ufe00-\ufe0f]" // fe00-fe0f VARIATION SELECTOR-1-16
|
||||
, 'g'
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue