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 +------------------------------------------- lib/vendor/react.js | 3784 +-------- lib/wallet/db.ts | 4 +- lib/wallet/query.ts | 16 + lib/wallet/renderHtml.tsx | 10 +- lib/wallet/wallet.ts | 37 + lib/wallet/wxMessaging.ts | 11 + 7 files changed, 73 insertions(+), 22315 deletions(-) mode change 100644 => 120000 lib/vendor/react-dom.js mode change 100644 => 120000 lib/vendor/react.js (limited to 'lib') 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); - - //