Created
August 3, 2017 15:58
-
-
Save bookercodes/ec9c8c1ce33d3bf984ce82a556500f89 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const textSync = new TextSync({ | |
instance: instance, | |
host: host, | |
user: { | |
name: name, | |
email: email | |
} | |
}); | |
const textSyncEditor = textSync.createEditor({ | |
docId: docId, | |
element: '#editor' | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment