Skip to content

Commit e727279

Browse files
Dom -> DOM
1 parent d181994 commit e727279

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/react-datepicker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ return /******/ (function(modules) { // webpackBootstrap
311311
},
312312

313313
_renderPopover: function _renderPopover() {
314-
ReactDom.render(this._popoverComponent(), this._popoverElement);
314+
ReactDOM.render(this._popoverComponent(), this._popoverElement);
315315

316316
if (this._tether != null) {
317317
this._tether.setOptions(this._tetherOptions());

0 commit comments

Comments
 (0)