mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 22:23:33 +01:00
remove debugger statement
This commit is contained in:
parent
60942b09a4
commit
9f02972af4
1 changed files with 0 additions and 1 deletions
|
@ -4845,7 +4845,6 @@ function Ace2Inner(){
|
||||||
|
|
||||||
function setLineListType(lineNum, listType)
|
function setLineListType(lineNum, listType)
|
||||||
{
|
{
|
||||||
debugger;
|
|
||||||
if(listType == ''){
|
if(listType == ''){
|
||||||
documentAttributeManager.removeAttributeOnLine(lineNum, listAttributeName);
|
documentAttributeManager.removeAttributeOnLine(lineNum, listAttributeName);
|
||||||
}else{
|
}else{
|
||||||
|
|
Loading…
Reference in a new issue