Skip to content

Commit

Permalink
Remove commented out parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed May 8, 2019
1 parent 7595a10 commit 572e422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/core.scale.js
Expand Up @@ -1058,7 +1058,7 @@ var Scale = Element.extend({
/**
* @private
*/
_drawTitle: function(/* chartArea */) {
_drawTitle: function() {
var me = this;
var ctx = me.ctx;
var options = me.options;
Expand Down

0 comments on commit 572e422

Please sign in to comment.