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-beta2
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
  },
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: marionette-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.beta2
4
+ version: 1.0.0.beta3
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors: