diff options
author | elijah <elijah@riseup.net> | 2016-09-01 14:15:48 -0700 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-09-01 17:36:55 -0400 |
commit | 122fe50ebc6c0f87bc1390228315faa236f3d038 (patch) | |
tree | b89896dd9a4861c955f26477688fabc7b9a60ac2 /src/leap/bitmask_js/app/lib/common.js | |
parent | 97c7135bc346dd589b558aad6febbd34bebf025e (diff) |
[feature] include bitmask_js lib
cherry-picked from legacy bitmask_client repo
Diffstat (limited to 'src/leap/bitmask_js/app/lib/common.js')
-rw-r--r-- | src/leap/bitmask_js/app/lib/common.js | 7 |
1 files changed, 7 insertions, 0 deletions
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 0000000..14a30c3 --- /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 |