mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-05 01:49:23 +08:00
* Pretty good spot * Working draft * Fix other mode * Add js to git * Working * Add code * fix * Fix * Add code * Fix submit race condition * demo * fix * Fix * Fix
17 lines
219 B
JavaScript
17 lines
219 B
JavaScript
function t(e, a) {
|
|
switch (arguments.length) {
|
|
case 0:
|
|
break;
|
|
case 1:
|
|
this.range(e);
|
|
break;
|
|
default:
|
|
this.range(a).domain(e);
|
|
break;
|
|
}
|
|
return this;
|
|
}
|
|
export {
|
|
t as i
|
|
};
|