Skip to content

Commit 572e422

Browse files
committed
Remove commented out parameter
1 parent 7595a10 commit 572e422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/core.scale.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ var Scale = Element.extend({
10581058
/**
10591059
* @private
10601060
*/
1061-
_drawTitle: function(/* chartArea */) {
1061+
_drawTitle: function() {
10621062
var me = this;
10631063
var ctx = me.ctx;
10641064
var options = me.options;

0 commit comments

Comments
 (0)