added JSDoc

This commit is contained in:
Brenda Wallace
2018-01-03 12:56:52 +13:00
parent e910bfd50f
commit 591c95dca2

View File

@@ -10,6 +10,10 @@ to the display size of the svg
var growstuff = (window.growstuff = window.growstuff || {});
/**
* Object for WidthScale
* @param {?} data Graph data
*/
function WidthScale(data) {
this._data = data;
}