Issue 1389: A new API method on the event manager to remove all event sources
Status:  Duplicate
Merged:  issue 678
Owner: ----
Closed:  Aug 2013
Reported by ravelo.c...@gmail.com, Apr 30, 2012
You already have one that removes single ones, I needed one to delete them all:

On EventManager
t.removeAllEventSources = removeAllEventSources;
...
...
}
	
function removeAllEventSources(){
	$(sources).each(function(i, source){
		removeEventSource(source);
	});
}

function removeEventSource(source) {
...

Thank you
Aug 15, 2013
Project Member #1 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Duplicate
Mergedinto: 678