if (list.hasOwnProperty(_type)) {
                          //> for each eventListeners in the current eventType
                          for (var id in list[_type]) {
                              //> hasOwnProperty check is to satisfy jshint
                              if (list[_type].hasOwnProperty(id)) {