mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Don't expose CharMeasure/Linkifier for tests
This commit is contained in:
@@ -2300,10 +2300,6 @@ function keys(obj) {
|
||||
Terminal.EventEmitter = EventEmitter;
|
||||
Terminal.inherits = inherits;
|
||||
|
||||
// Expose for Phantom.JS tests
|
||||
Terminal.CharMeasure = CharMeasure;
|
||||
Terminal.Linkifier = Linkifier;
|
||||
|
||||
/**
|
||||
* Adds an event listener to the terminal.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user