Skip to content

Commit

Permalink
case bug
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddulak committed Nov 30, 2015
1 parent 37356fd commit d6701ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mvc/ChildViewManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ define(function(require) {
if (typeof this.childViewMixin === 'object') {
merge(childView, this.childViewMixin);
}
if (typeof this.childViewfillin === 'object') {
if (typeof this.childViewFillin === 'object') {
fillIn(childView, this.childViewFillin);
}
if (typeof params === 'object') {
Expand Down

0 comments on commit d6701ec

Please sign in to comment.