diff options
Diffstat (limited to 'ui/app/lib/common.js')
-rw-r--r-- | ui/app/lib/common.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/app/lib/common.js b/ui/app/lib/common.js index 14a30c3..d1485ce 100644 --- a/ui/app/lib/common.js +++ b/ui/app/lib/common.js @@ -4,4 +4,6 @@ import React from 'react' -window.elem = React.createElement
\ No newline at end of file +window.elem = React.createElement + +window.log = console.log
\ No newline at end of file |