marionette-rails 0.9.4.1 → 0.9.5.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- // Backbone.Marionette v0.9.4
1
+ // Backbone.Marionette v0.9.5
2
2
  //
3
3
  // Copyright (C)2012 Derick Bailey, Muted Solutions, LLC
4
4
  // Distributed Under MIT License
@@ -706,7 +706,7 @@ Marionette.Region.extend = Backbone.View.extend;
706
706
  // attaches `Region` instances to the specified `regions`.
707
707
  // Used for composite view management and sub-application areas.
708
708
  Marionette.Layout = Marionette.ItemView.extend({
709
- regionType: Backbone.Marionette.Region,
709
+ regionType: Marionette.Region,
710
710
 
711
711
  constructor: function () {
712
712
  Backbone.Marionette.ItemView.apply(this, arguments);
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: 0.9.4.1
4
+ version: 0.9.5.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: