Skip to content

Commit d16724d

Browse files
committed
update jsdoc comments
1 parent 4d2b9fd commit d16724d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/co2.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
* @property {number} dataCenterCO2 - The CO2 estimate for data centers in grams
4242
* @property {number} consumerDeviceCO2 - The CO2 estimate for consumer devices in grams
4343
* @property {number} productionCO2 - The CO2 estimate for device production in grams
44+
* @property {string} rating - The rating of the CO2 estimate based on the Sustainable Web Design Model
4445
* @property {number} total - The total CO2 estimate in grams
4546
*/
4647

@@ -54,6 +55,7 @@
5455
* @property {number} 'consumerDeviceCO2 - subsequent' - The CO2 estimate for consumer devices in grams on subsequent visits
5556
* @property {number} 'productionCO2 - first' - The CO2 estimate for device production in grams on first visit
5657
* @property {number} 'productionCO2 - subsequent' - The CO2 estimate for device production in grams on subsequent visits
58+
* @property {string} rating - The rating of the CO2 estimate based on the Sustainable Web Design Model
5759
* @property {number} total - The total CO2 estimate in grams
5860
*/
5961

0 commit comments

Comments
 (0)