mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-22 20:37:58 +08:00
Added ready event on chainable method.
This commit is contained in:
@@ -252,4 +252,6 @@ board.on('ready', function(){
|
||||
return (raw / 100) + 10;
|
||||
}
|
||||
});
|
||||
}).on("ready", function(){
|
||||
console.log("Everything is ready!!!");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user