1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Fix wrong binding (#2940)

This commit is contained in:
Junyoung Choi
2019-03-22 15:33:29 +09:00
committed by GitHub
parent bff081a263
commit fee966996f

View File

@@ -15,7 +15,7 @@ class SnippetManager {
this.snippets = [] this.snippets = []
this.expandSnippet = this.expandSnippet.bind(this) this.expandSnippet = this.expandSnippet.bind(this)
this.init = this.init.bind(this) this.init = this.init.bind(this)
this.assignSnippet = this.assignSnippet.bind(this) this.assignSnippets = this.assignSnippets.bind(this)
} }
init () { init () {