Created
October 4, 2015 14:08
-
-
Save RyanNutt/e8f38baf319b29ad6a0f to your computer and use it in GitHub Desktop.
Hide line number gutter from Ace editor
This file contains 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
var edit = ace.edit('editorDiv'); | |
edit.renderer.setShowGutter(false); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment