Fixing wrong err call

This commit is contained in:
FinnStutzenstein 2017-05-05 14:16:50 +02:00
parent 933a5ba13f
commit 118cff6964

View File

@ -503,7 +503,7 @@ angular.module('OpenSlidesApp.core.pdf', [])
}
return '#' + decimalColors.join('');
} else {
console.err('Could not parse color "' + color + '"');
console.error('Could not parse color "' + color + '"');
return color;
}
},