mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Fix misplaced default chunkSize property
This commit is contained in:
@@ -716,7 +716,7 @@ class TextMateLanguageMode {
|
||||
}
|
||||
}
|
||||
|
||||
TextMateLanguageMode.chunkSize = 50
|
||||
TextMateLanguageMode.prototype.chunkSize = 50
|
||||
|
||||
function selectorMatchesAnyScope (selector, scopes) {
|
||||
const targetClasses = selector.replace(/^\./, '').split('.')
|
||||
|
||||
Reference in New Issue
Block a user