Skip to content

Commit

Permalink
fix bad merge
Browse files Browse the repository at this point in the history
fix merge part duex
  • Loading branch information
toddjordan committed Sep 17, 2016
1 parent c43f156 commit 90d1b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/dynamic-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const DynamicForm = Ember.Component.extend({
get(this, 'formRenderer').initLayout(this);
},

__render() {
_render() {
Ember.Logger.debug('_render');
let renderer = get(this, 'formRenderer');
renderer.render(get(this, 'renderSchema'), this);
Expand Down

0 comments on commit 90d1b4e

Please sign in to comment.