Fixing wrong err call
This commit is contained in:
parent
933a5ba13f
commit
118cff6964
@ -503,7 +503,7 @@ angular.module('OpenSlidesApp.core.pdf', [])
|
|||||||
}
|
}
|
||||||
return '#' + decimalColors.join('');
|
return '#' + decimalColors.join('');
|
||||||
} else {
|
} else {
|
||||||
console.err('Could not parse color "' + color + '"');
|
console.error('Could not parse color "' + color + '"');
|
||||||
return color;
|
return color;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user