From 122fe50ebc6c0f87bc1390228315faa236f3d038 Mon Sep 17 00:00:00 2001 From: elijah Date: Thu, 1 Sep 2016 14:15:48 -0700 Subject: [feature] include bitmask_js lib cherry-picked from legacy bitmask_client repo --- src/leap/bitmask_js/app/lib/common.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/leap/bitmask_js/app/lib/common.js (limited to 'src/leap/bitmask_js/app/lib/common.js') diff --git a/src/leap/bitmask_js/app/lib/common.js b/src/leap/bitmask_js/app/lib/common.js new file mode 100644 index 00000000..14a30c32 --- /dev/null +++ b/src/leap/bitmask_js/app/lib/common.js @@ -0,0 +1,7 @@ +/* + * pollute the global namespace with some useful utils + */ + +import React from 'react' + +window.elem = React.createElement \ No newline at end of file -- cgit v1.2.3