backbone.mixins is a collection of useful mixins for Backbone applications. Currently, it
contains the following extensions:
Backbone.Ancestryto define hiearchy of objectsBackbone.AsynchronousFetchto turnBackbone.Model::fetchinto an asynchronous and delayed operationBackbone.Decoratableto execute callbacks before executing an asynchronous methodBackbone.OneEventto register an event handler that is executed only once.Backbone.Listenableto conveniently register and un-register listening callbacks on aBackbone.Events-aware objectBackbone.Taggedto manipulateBackbone.Modelattributes that contain arrays of tags.
Please, refer to each individual code file for more information.
Include backbone.mixins.js after including backbone.js and before any code that makes
use of it and you're ready to go!