By mswatcher
via lostechies.com
Submitted: Feb 08 2012 / 11:23
In a previous post, I showed some code that I wrote to guarantee the execution of a callback method after a Backbone collection was loaded. Even if you added the callback after the collection had been loaded, it would run. Shortly after writing that blog post, I extracted the code in to my Backbone.Marionette framework as an object called “Callbacks”. It worked and it got the job done, but I knew it could be done better.
Tweet
SaveShareSend
Tags: frameworks, javascript



Add your comment