My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 1389: A new API method on the event manager to remove all event sources
1 person starred this issue and may be notified of changes. Back to list
Status:  Duplicate
Merged:  issue 678
Owner:  ----
Closed:  Aug 2013


Sign in to add a comment
 
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
Sign in to add a comment

Powered by Google Project Hosting