Skip to content

Commit

Permalink
fix(view-strategy): incorrect variable reference
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jul 16, 2015
1 parent 0cebebd commit 3231c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view-strategy.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,6 @@ export class InlineViewStrategy extends ViewStrategy {
}
}

return viewEngine.loadViewFactory(this.registryEntry, options, this.moduleId, loadContext);
return viewEngine.loadViewFactory(entry, options, this.moduleId, loadContext);
}
}

0 comments on commit 3231c77

Please sign in to comment.