Skip to content

Commit 13b5512

Browse files
committed
Merge pull request #11 from agallou/fix_fluent_api
fix fluent api
2 parents d3eefbf + aa01af9 commit 13b5512

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jquery.highchartTable.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,9 +399,9 @@
399399

400400
new Highcharts.Chart(highChartConfig);
401401

402-
//for fluent api
403-
return this;
404402
});
403+
//for fluent api
404+
return this;
405405
};
406406

407407
var getXAxisMinMax = function(table, minOrMax) {

0 commit comments

Comments
 (0)