Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Commit

Permalink
Extending chart types docs typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
nnnick committed Jun 30, 2014
1 parent f13f99b commit 28dd492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/06-Advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Chart.types.Line.extend({
name: "LineAlt",
initialize: function(data){
console.log('My Line chart extension');
Chart.types.Line.prototype.apply(this, arguments);
Chart.types.Line.prototype.initialize.apply(this, arguments);
}
});

Expand Down

0 comments on commit 28dd492

Please sign in to comment.