s/React/ReactDOM/ to fix another 0.14 warning
This commit is contained in:
parent
6e3afcde53
commit
884d0de90b
|
@ -43,7 +43,7 @@ module.exports = {
|
||||||
var self = this;
|
var self = this;
|
||||||
|
|
||||||
var closeMenu = function() {
|
var closeMenu = function() {
|
||||||
React.unmountComponentAtNode(self.getOrCreateContainer());
|
ReactDOM.unmountComponentAtNode(self.getOrCreateContainer());
|
||||||
|
|
||||||
if (props && props.onFinished) props.onFinished.apply(null, arguments);
|
if (props && props.onFinished) props.onFinished.apply(null, arguments);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue