How to use the call function from eventemitter3

Find comprehensive JavaScript eventemitter3.call code examples handpicked from public code repositorys.

58
59
60
61
62
63
64
65
66
67

initialize:

function World (scene, config)
{
    EventEmitter.call(this);

    /**
     * The Scene this simulation belongs to.
     *
fork icon0
star icon0
watch icon0

+ 4 other calls in file