Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Allow binding override on Bootstrap rendering
  • Loading branch information
ByScripts committed Oct 5, 2015
1 parent d0a047b commit 1f15eba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/morearty.js
Expand Up @@ -1754,7 +1754,7 @@ module.exports = function (React, DOM) {
},

render: function () {
var effectiveProps = Util.assign({}, this.props, {binding: ctx.getBinding()});
var effectiveProps = Util.assign({}, {binding: ctx.getBinding()}, this.props);

return React.createFactory(rootComp)(effectiveProps);
}
Expand Down

0 comments on commit 1f15eba

Please sign in to comment.