Skip to content

Commit

Permalink
fix setting invalid regionType on Marionette.Layout
Browse files Browse the repository at this point in the history
  • Loading branch information
joeytheman committed Jul 22, 2012
1 parent d124ac3 commit 5760174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/backbone.marionette.js
Expand Up @@ -706,7 +706,7 @@ Marionette.Region.extend = Backbone.View.extend;
// attaches `Region` instances to the specified `regions`.
// Used for composite view management and sub-application areas.
Marionette.Layout = Marionette.ItemView.extend({
regionType: Backbone.Marionette.Region,
regionType: Marionette.Region,

constructor: function () {
Backbone.Marionette.ItemView.apply(this, arguments);
Expand Down

0 comments on commit 5760174

Please sign in to comment.