This commit is contained in:
Nathan Sobo
2017-04-11 13:27:18 -06:00
committed by Antonio Scandurra
parent 054c133ed4
commit b6cd473c16

View File

@@ -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 () {