We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ce1936 + 3e34739 commit 87bcbffCopy full SHA for 87bcbff
1 file changed
src/browser/ui/dom/components/ReactDOMImg.js
@@ -44,8 +44,8 @@ var ReactDOMImg = ReactCompositeComponent.createClass({
44
},
45
46
componentDidMount: function() {
47
- this.trapBubbledEvent(EventConstants.topLevelTypes.topReset, 'load');
48
- this.trapBubbledEvent(EventConstants.topLevelTypes.topSubmit, 'error');
+ this.trapBubbledEvent(EventConstants.topLevelTypes.topLoad, 'load');
+ this.trapBubbledEvent(EventConstants.topLevelTypes.topError, 'error');
49
}
50
});
51
0 commit comments