Skip to content

Commit

Permalink
[react-modal] Add missing externs for setAppElement function
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrmrtnv authored and Dmytro Martynov committed Aug 1, 2018
1 parent 09d8978 commit 3f1f5a9
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -112,6 +112,10 @@ ReactModal.prototype = {
"isReactComponent": function () {},
"setState": function () {}
};
/**********************************************************************
* Added manully
/**********************************************************************/
ReactModal.setAppElement = function () {};
/**********************************************************************
* End Generated Extern for ReactModal
/**********************************************************************/

0 comments on commit 3f1f5a9

Please sign in to comment.