mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Fix typo
This commit is contained in:
committed by
Antonio Scandurra
parent
054c133ed4
commit
b6cd473c16
@@ -34,7 +34,7 @@ class TextEditorElement extends HTMLElement {
|
||||
}
|
||||
|
||||
onDidChangeScrollTop (callback) {
|
||||
return this.emitter.on('did-change-scrol-top', callback)
|
||||
return this.emitter.on('did-change-scroll-top', callback)
|
||||
}
|
||||
|
||||
getDefaultCharacterWidth () {
|
||||
|
||||
Reference in New Issue
Block a user