Skip to content

Instantly share code, notes, and snippets.

@berzniz
Created March 15, 2012 17:52
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save berzniz/2045615 to your computer and use it in GitHub Desktop.
Save berzniz/2045615 to your computer and use it in GitHub Desktop.
Adding a global notification system to backbone.js
Backbone.Notifications = {};
_.extend(Backbone.Notifications, Backbone.Events);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment