Skip to content

Commit

Permalink
force-chart mistype
Browse files Browse the repository at this point in the history
  • Loading branch information
techird committed Oct 8, 2014
1 parent d3163f9 commit 610d6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/force-chart/force-chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var ForceChart = kity.createClass( "ForceChart", {
start: function () {
var nodes = this.nodes;
var links = this.links;
var color = new kity.Color.createHSL( 0, 100, 50 );
var color = kity.Color.createHSL( 0, 100, 50 );

for ( var i = 0; i < links.length; i++ ) {
var link = links[ i ];
Expand Down

0 comments on commit 610d6f4

Please sign in to comment.