mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
fixing lineHasMarker
This commit is contained in:
parent
1b383dc9b8
commit
60942b09a4
2 changed files with 13 additions and 5 deletions
|
@ -3320,7 +3320,7 @@ function Ace2Inner(){
|
|||
}
|
||||
|
||||
_.each(mods, function(mod){
|
||||
setLineListType.apply(this, mod);
|
||||
setLineListType(mod[0], mod[1]);
|
||||
});
|
||||
return true;
|
||||
}
|
||||
|
@ -4977,7 +4977,7 @@ function Ace2Inner(){
|
|||
}
|
||||
|
||||
_.each(mods, function(mod){
|
||||
setLineListType.apply(this, mod);
|
||||
setLineListType(mod[0], mod[1]);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue