added flow support for everything except tests

This commit is contained in:
Kevin Jahns
2015-11-30 15:02:34 +01:00
parent 0ebfae6997
commit eff6fb1cc5
8 changed files with 78 additions and 23 deletions

View File

@@ -23,7 +23,7 @@
database request to finish). EventHandler will help you to make your type
synchronous.
*/
module.exports = function (Y /* : YGlobal*/) {
module.exports = function (Y /* : any*/) {
Y.utils = {}
class EventHandler {