mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-11 09:17:20 -04:00
added JSDoc
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user