fix issue with attributes

This commit is contained in:
John McLear 2014-12-23 02:38:50 +00:00
parent 70ba525430
commit b71fb3ad20
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ linestylefilter.getLineStyleFilter = function(lineLength, aline, textAndClassFun
// Plugin Hook to add more 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];
}
});