From eb84d5747aac0de781d64fb9cdbf2da13006d85e Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 13 Nov 2016 10:17:39 +0100 Subject: fix small react issues --- lib/vendor/react-dom.js | 18526 +--------------------------------------------- 1 file changed, 1 insertion(+), 18525 deletions(-) mode change 100644 => 120000 lib/vendor/react-dom.js (limited to 'lib/vendor/react-dom.js') diff --git a/lib/vendor/react-dom.js b/lib/vendor/react-dom.js deleted file mode 100644 index 116fbc181..000000000 --- a/lib/vendor/react-dom.js +++ /dev/null @@ -1,18525 +0,0 @@ - /** - * ReactDOM v16.0.0-alpha - */ - -;(function(f) { - // CommonJS - if (typeof exports === "object" && typeof module !== "undefined") { - f(require('react')); - - // RequireJS - } else if (typeof define === "function" && define.amd) { - require(['react'], f); - - //