Add missing functions
This commit is contained in:
@@ -1,16 +1,16 @@
|
|||||||
import setText from './results.mjs';
|
import setText, {appendText, showWaiting, hideWaiting} from "./results.mjs";
|
||||||
|
|
||||||
export function get(){
|
export function get() {
|
||||||
}
|
}
|
||||||
|
|
||||||
export function getCatch(){
|
export function getCatch() {
|
||||||
}
|
}
|
||||||
|
|
||||||
export function chain(){
|
export function chain() {
|
||||||
}
|
}
|
||||||
|
|
||||||
export function chainCatch(){
|
export function chainCatch() {
|
||||||
}
|
}
|
||||||
|
|
||||||
export function final(){
|
export function final() {
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user