Created
April 19, 2016 17:25
-
-
Save hai5nguy/515fc0fef05c532c03b49f6d84f58cfd 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
displayEditorDivider: function (key) { | |
var h = this.tabs[key].showEditorDragDivider; | |
this.editor.showDragDivider(!!h); | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment