Categories
|
AJAX Source Viewer
Slideshow of method source in a particular class. Choose a class from the Namespaces,
Classes, or Methods menu item above.
Method '_getEvent(id, create)'
|
|
1 function Sys$EventHandlerList$_getEvent(id, create) {
2 if (!this._list[id]) {
3 if (!create) return null;
4 this._list[id] = [];
5 }
6 return this._list[id];
7 }
|
Bookmark and Share This
|
|
|
|