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.
|
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);
|