marionette-rails 1.0.0.beta2 → 1.0.0.beta3
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Backbone.Marionette, v1.0.0-
|
2
|
+
* Backbone.Marionette, v1.0.0-beta3
|
3
3
|
* Copyright (c)2012 Derick Bailey, Muted Solutions, LLC.
|
4
4
|
* Distributed under MIT license
|
5
5
|
* http://github.com/marionettejs/backbone.marionette
|
@@ -1036,7 +1036,7 @@ _.extend(Marionette.Region.prototype, Backbone.Events, {
|
|
1036
1036
|
this.open(view);
|
1037
1037
|
|
1038
1038
|
Marionette.triggerMethod.call(view, "show");
|
1039
|
-
Marionette.triggerMethod.call(this, "show");
|
1039
|
+
Marionette.triggerMethod.call(this, "show", view);
|
1040
1040
|
|
1041
1041
|
this.currentView = view;
|
1042
1042
|
},
|