summaryrefslogtreecommitdiff
path: root/ui/app/lib/common.js
blob: d1485ce7bca550c176ee30a0eaf8b0ffce8cb3b2 (plain)
1
2
3
4
5
6
7
8
9
/*
 * pollute the global namespace with some useful utils
 */

import React from 'react'

window.elem = React.createElement

window.log = console.log