event-synthetic-debug.js revision 7b4d1363155303b5bfb852e5639b851bbd4dc255
toArray = Y.Array,
noop = function () {};
function SyntheticEvent() {
}
_init: function () {
if (!this.publishConfig) {
this.publishConfig = {};
}
if (!('emitFacade' in this.publishConfig)) {
this.publishConfig.emitFacade = true;
}
},
filterSubs : noop,
//allowDups : false,
if (!ce) {
// Add support for notifying only a subset of subscribers
}
return ce;
},
var handles = [],
}, query);
return handle;
}
if (handle) {
}
}, this);
handles[0] :
new Y.EventHandle(handles);
},
if (!this.allowDups) {
}
if (!abort) {
if (!ce.initialized) {
ce.initialized = true;
}
}
return handle;
},
return true;
}
}
}
return false;
},
if (ce) {
}
}, this);
}
},
_unsubscribe: function (e) {
ce.initialized = false;
}
},
}
};
if (!config) {
config = {};
}
type :
Impl = function () {
};
on: function () {
},
detach: function () {
},
delegate: function () {
}
};
}
};