marionette-rails 0.9.4.1 → 0.9.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
|
|
1
|
-
// Backbone.Marionette v0.9.
|
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:
|
709
|
+
regionType: Marionette.Region,
|
710
710
|
|
711
711
|
constructor: function () {
|
712
712
|
Backbone.Marionette.ItemView.apply(this, arguments);
|