Created
July 15, 2014 10:25
-
-
Save user24/c68c92938fc2e7a9d3a5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This is called whenever any data changes that affects the weekly totals | |
// What we do in that case is modify our local representation of the weekly data and emit an event | |
// This way, modules can listen for that event and respond to it without having to wait for | |
// the server to generate new weekly totals |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment