added JSDoc

This commit is contained in:
Brenda Wallace
2018-01-03 12:54:33 +13:00
committed by Shiny
parent 49444edc61
commit d898f926d5

View File

@@ -13,6 +13,10 @@
var WidthScale = growstuff.WidthScale;
var HeightScale = growstuff.HeightScale;
/**
* data object for bar group
* @param {int} data The graph data
*/
function BarGroup(data) {
this._data = data;
}