diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-09-01 17:38:42 -0400 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-09-01 17:38:42 -0400 |
commit | b017f48eaa7f36495afa1057b79a557a2fbb73a7 (patch) | |
tree | 64e78c133421a5b70fa5c38a77581adc450d5500 /www/app/lib/common.js | |
parent | 122fe50ebc6c0f87bc1390228315faa236f3d038 (diff) |
[pkg] move bitmask.js to new path
Diffstat (limited to 'www/app/lib/common.js')
-rw-r--r-- | www/app/lib/common.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/app/lib/common.js b/www/app/lib/common.js new file mode 100644 index 00000000..14a30c32 --- /dev/null +++ b/www/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 |