Added ready event on chainable method.

This commit is contained in:
Santiago
2016-11-27 19:12:08 -05:00
committed by GitHub
parent 2112a398ac
commit 6ab3f4bd43

View File

@@ -252,4 +252,6 @@ board.on('ready', function(){
return (raw / 100) + 10;
}
});
}).on("ready", function(){
console.log("Everything is ready!!!");
});