JavaScript/Notes/CustomEvents
Under Construction
An event is a function call that signifies something happened.
<source language="javascript"> var TableSort = (function() {
function TableSort(id) {
this.id = id;
}
TableSort.prototype = {
sortBy : function(sortType) {
if(!sortedBy
}
}
return { getById })(); </source>