mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-27 12:30:03 +00: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