File size: 99 Bytes
bc20498 |
1 2 3 4 5 |
'use strict';
const thread = (require('../shared/thread.js'));
module.exports = thread('Window');
|
bc20498 |
1 2 3 4 5 |
'use strict';
const thread = (require('../shared/thread.js'));
module.exports = thread('Window');
|