Skip to content

Instantly share code, notes, and snippets.

View mrilikecoding's full-sized avatar

Nathan G mrilikecoding

View GitHub Profile
var FadeTransitionRegion = Backbone.Marionette.Region.extend({
show: function(view){
this.ensureEl();
view.render();
this.close(function() {
if (this.currentView && this.currentView !== view) { return; }
this.currentView = view;