Comparing version 5.3.0-beta.65 to 5.3.0-beta.66
{ | ||
"name": "xterm", | ||
"description": "Full xterm terminal, in your browser", | ||
"version": "5.3.0-beta.65", | ||
"version": "5.3.0-beta.66", | ||
"main": "lib/xterm.js", | ||
@@ -6,0 +6,0 @@ "style": "css/xterm.css", |
@@ -239,3 +239,3 @@ /** | ||
public loadAddon(addon: ITerminalAddon): void { | ||
return this._addonManager.loadAddon(this, addon); | ||
this._addonManager.loadAddon(this, addon); | ||
} | ||
@@ -242,0 +242,0 @@ public static get strings(): ILocalizableStrings { |
@@ -185,3 +185,3 @@ /** | ||
// TODO: This could cause issues if the addon calls renderer apis | ||
return this._addonManager.loadAddon(this as any, addon); | ||
this._addonManager.loadAddon(this as any, addon); | ||
} | ||
@@ -188,0 +188,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2343207