mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
fix issue with attributes
This commit is contained in:
parent
70ba525430
commit
b71fb3ad20
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ linestylefilter.getLineStyleFilter = function(lineLength, aline, textAndClassFun
|
||||||
|
|
||||||
// Plugin Hook to add more Attrib Classes
|
// Plugin Hook to add more Attrib Classes
|
||||||
hooks.aCallAll('aceAttribClasses', linestylefilter.ATTRIB_CLASSES, function(err, ATTRIB_CLASSES){
|
hooks.aCallAll('aceAttribClasses', linestylefilter.ATTRIB_CLASSES, function(err, ATTRIB_CLASSES){
|
||||||
if(ATTRIB_CLASSES){
|
if(ATTRIB_CLASSES.length >= 1){
|
||||||
linestylefilter.ATTRIB_CLASSES = ATTRIB_CLASSES[0];
|
linestylefilter.ATTRIB_CLASSES = ATTRIB_CLASSES[0];
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue