mikehostetler / amplify

AmplifyJS
http://amplifyjs.com
GNU General Public License v2.0
1.44k stars 144 forks source link

Functionality to remove all callbacks for a topic #118

Open bennycode opened 9 years ago

bennycode commented 9 years ago

Usage

amplify.unsubscribeAll(); // Unsubscribes all callbacks for all topics
amplify.unsubscribeAll('ButtonClicked'); // Unsubscribes all callbacks for a specific topic
daverogers commented 8 years ago

:+1:

bennycode commented 8 years ago

Ping. Can someone please review my Pull Request?