moved DebugLogView to components folder
parent
3cfcf128a5
commit
335e452730
@ -1,18 +1,6 @@
|
|||||||
// /* global $: false */
|
|
||||||
// /* global Whisper: false */
|
|
||||||
|
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { DebugLogView } from '../views/DebugLogView';
|
import { DebugLogView } from '../components/DebugLogView';
|
||||||
|
|
||||||
// $(document).on('keyup', e => {
|
|
||||||
// 'use strict';
|
|
||||||
|
|
||||||
// if (e.keyCode === 27) {
|
|
||||||
// window.closeDebugLog();
|
|
||||||
// }
|
|
||||||
// });
|
|
||||||
|
|
||||||
// Whisper ?
|
|
||||||
global.setTimeout(() => {
|
global.setTimeout(() => {
|
||||||
window.ReactDOM.render(<DebugLogView />, document.getElementById('root'));
|
window.ReactDOM.render(<DebugLogView />, document.getElementById('root'));
|
||||||
}, 1000);
|
}, 1000);
|
||||||
|
Loading…
Reference in New Issue