mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-14 17:55:07 +00:00
Concretised comment around WMDE disabled line
Change-Id: Ibc4e1568bae78e92371e21314edc16857be7afed
This commit is contained in:
parent
081071e534
commit
7ec8ebc84d
|
@ -152,7 +152,7 @@
|
|||
if (!match) return findSurroundingBrackets( cm, where, config );
|
||||
var dir = match.charAt(1) == ">" ? 1 : -1;
|
||||
if (config && config.strict && (dir > 0) != (pos == where.ch)) return null;
|
||||
// Note: Disabled for performance reasons.
|
||||
// Note: Disabled by WMDE for performance reasons. Not used anymore further down.
|
||||
// var style = cm.getTokenTypeAt(Pos(where.line, pos + 1));
|
||||
|
||||
// Note: Modified by WMDE, used `style || null` instead of `undefined` before.
|
||||
|
|
Loading…
Reference in a new issue