remove unused argument
This commit is contained in:
parent
f89ed9a319
commit
0b3e7262bf
1 changed files with 1 additions and 1 deletions
|
|
@ -691,7 +691,7 @@ var Document = function(text, mode) {
|
|||
return end;
|
||||
};
|
||||
|
||||
this.indentRows = function(startRow, endRow, indentString) {
|
||||
this.indentRows = function(startRow, endRow) {
|
||||
indentString = indentString.replace("\t", this.getTabString());
|
||||
for (var row=startRow; row<=endRow; row++) {
|
||||
this.$insert({row: row, column:0}, indentString);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue