Skip to content

Commit

Permalink
Merge pull request facebook#6767 from gaearon/fix-broken-master
Browse files Browse the repository at this point in the history
Fix remaining onNativeOperation => onHostOperation rename
  • Loading branch information
gaearon committed May 14, 2016
2 parents 5569d1d + dea7caf commit 74cce27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderers/dom/shared/DOMPropertyOperations.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ var DOMPropertyOperations = {
node.removeAttribute(name);
if (__DEV__) {
ReactDOMInstrumentation.debugTool.onDeleteValueForProperty(node, name);
ReactInstrumentation.debugTool.onNativeOperation(
ReactInstrumentation.debugTool.onHostOperation(
ReactDOMComponentTree.getInstanceFromNode(node)._debugID,
'remove attribute',
name
Expand Down

0 comments on commit 74cce27

Please sign in to comment.