mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Merge branch 'master' into 842_resize_buffers_bug
This commit is contained in:
@@ -20,8 +20,7 @@ declare var window: any;
|
||||
/**
|
||||
* CommonJS environment
|
||||
*/
|
||||
const xterm = '../../xterm';
|
||||
module.exports = addon(require(xterm));
|
||||
module.exports = addon(require('../../xterm'));
|
||||
} else if (typeof define == 'function') {
|
||||
/**
|
||||
* Require.js is available
|
||||
|
||||
Reference in New Issue
Block a user