mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-16 22:40:01 +08:00
Update waitme-tests.ts
This commit is contained in:
@@ -16,8 +16,8 @@ $('#container').waitMe({
|
||||
});
|
||||
|
||||
$('#container').waitMe()
|
||||
.on('close', (e) => {
|
||||
//console.log(e);
|
||||
});
|
||||
.on('close', () => {
|
||||
//code here
|
||||
});
|
||||
|
||||
$("#container").waitMe("hide");
|
||||
|
||||
Reference in New Issue
Block a user