mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-02-01 13:10:58 -05:00
added JSDoc
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user