Skip to content

Commit

Permalink
fix comments in testingUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
902seanryan committed Jul 24, 2020
1 parent 3513729 commit e196f1c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions TestingUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ export function makeRadio(name, value) {

/**
*
* @param {string} name
* @param {string} value
* @param {string} id
*/
export function makeSlider(id) {
const slider = document.createElement('input');
Expand All @@ -25,8 +24,7 @@ export function makeSlider(id) {

/**
*
* @param {string} name
* @param {string} value
* @param {string} id
*/
export function makeButton(id) {
const button = document.createElement('button');
Expand Down

0 comments on commit e196f1c

Please sign in to comment.