Skip to content

Commit 84ced1e

Browse files
committed
Merge branch 'release/2.0.0' into main
2 parents af2bf02 + 5c82852 commit 84ced1e

8 files changed

+183
-168
lines changed

TestingUtils.js

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ export function makeRadio(name, value) {
1313

1414
/**
1515
*
16-
* @param {string} name
17-
* @param {string} value
16+
* @param {string} id
1817
*/
1918
export function makeSlider(id) {
2019
const slider = document.createElement('input');
@@ -25,8 +24,7 @@ export function makeSlider(id) {
2524

2625
/**
2726
*
28-
* @param {string} name
29-
* @param {string} value
27+
* @param {string} id
3028
*/
3129
export function makeButton(id) {
3230
const button = document.createElement('button');

dist/SpringRoll-Container-umd.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/SpringRoll-Container-umd.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)