cheditor this.URI 추가
This commit is contained in:
@ -568,7 +568,7 @@ function setConfig() {
|
|||||||
this.cheditor.tabSpaces = '';
|
this.cheditor.tabSpaces = '';
|
||||||
this.cheditor.modifyState = false;
|
this.cheditor.modifyState = false;
|
||||||
this.cheditor.tabSpaces = new Array(this.config.tabIndent + 1).join(' ');
|
this.cheditor.tabSpaces = new Array(this.config.tabIndent + 1).join(' ');
|
||||||
// this.URI = URI;
|
this.URI = URI;
|
||||||
}
|
}
|
||||||
|
|
||||||
function cheditor() {
|
function cheditor() {
|
||||||
|
|||||||
Reference in New Issue
Block a user