fixing lineHasMarker

This commit is contained in:
Matthias Bartelmeß 2012-04-05 01:07:47 +02:00
parent 1b383dc9b8
commit 60942b09a4
2 changed files with 13 additions and 5 deletions

View file

@ -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]);
});
}