Skip to content

Commit

Permalink
Merge pull request marionettejs#709 from JackEllis/patch-1
Browse files Browse the repository at this point in the history
Small issue, text as 'baz' instead of bar despite .bar being called
  • Loading branch information
samccone committed Sep 25, 2013
2 parents 503b8bd + aafaf02 commit fcb1484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/marionette.regionmanager.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ var rm = new Marionette.RegionManager();

var regions = rm.addRegions({
foo: "#bar",
baz: {
bar: {
selector: "#quux",
regionType: MyRegionType
}
Expand Down

0 comments on commit fcb1484

Please sign in to comment.