mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
Remove ve.ce.Surface.static.textPattern
It hasn't been used for a while. Change-Id: I7d004f38bc76ef8a794294a7c685ada73ab7855e
This commit is contained in:
parent
a07f270fc5
commit
59fa4c1097
|
@ -145,22 +145,6 @@ OO.mixinClass( ve.ce.Surface, OO.EventEmitter );
|
|||
* @event relocationEnd
|
||||
*/
|
||||
|
||||
/* Static Properties */
|
||||
|
||||
/**
|
||||
* Pattern matching "normal" characters which we can let the browser handle natively.
|
||||
*
|
||||
* @static
|
||||
* @property {RegExp}
|
||||
*/
|
||||
ve.ce.Surface.static.textPattern = new RegExp(
|
||||
'[a-zA-Z\\-_’\'‘ÆÐƎƏƐƔIJŊŒẞÞǷȜæðǝəɛɣijŋœĸſßþƿȝĄƁÇĐƊĘĦĮƘŁØƠŞȘŢȚŦŲƯY̨Ƴąɓçđɗęħįƙłøơşșţțŧųưy̨ƴÁÀÂÄ' +
|
||||
'ǍĂĀÃÅǺĄÆǼǢƁĆĊĈČÇĎḌĐƊÐÉÈĖÊËĚĔĒĘẸƎƏƐĠĜǦĞĢƔáàâäǎăāãåǻąæǽǣɓćċĉčçďḍđɗðéèėêëěĕēęẹǝəɛġĝǧğģɣĤḤĦIÍÌİ' +
|
||||
'ÎÏǏĬĪĨĮỊIJĴĶƘĹĻŁĽĿʼNŃN̈ŇÑŅŊÓÒÔÖǑŎŌÕŐỌØǾƠŒĥḥħıíìiîïǐĭīĩįịijĵķƙĸĺļłľŀʼnńn̈ňñņŋóòôöǒŏōõőọøǿơœŔŘŖŚŜ' +
|
||||
'ŠŞȘṢẞŤŢṬŦÞÚÙÛÜǓŬŪŨŰŮŲỤƯẂẀŴẄǷÝỲŶŸȲỸƳŹŻŽẒŕřŗſśŝšşșṣßťţṭŧþúùûüǔŭūũűůųụưẃẁŵẅƿýỳŷÿȳỹƴźżžẓ]',
|
||||
'g'
|
||||
);
|
||||
|
||||
/* Static methods */
|
||||
|
||||
/**
|
||||
|
|
|
@ -274,7 +274,6 @@ QUnit.test( 'onContentChange', function ( assert ) {
|
|||
// TODO: ve.ce.Surface#getDir
|
||||
|
||||
/* Methods without return values */
|
||||
// TODO: ve.ce.Surface.static.textPattern
|
||||
// TODO: ve.ce.Surface#getSelectionRect
|
||||
// TODO: ve.ce.Surface#initialize
|
||||
// TODO: ve.ce.Surface#enable
|
||||
|
|
Loading…
Reference in a new issue