xterm-addon-webgl
Advanced tools
Comparing version 0.12.0-beta.24 to 0.12.0-beta.25
{ | ||
"name": "xterm-addon-webgl", | ||
"version": "0.12.0-beta.24", | ||
"version": "0.12.0-beta.25", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "The xterm.js authors", |
@@ -241,3 +241,3 @@ /** | ||
// Remove bg alpha channel if present | ||
return bg.substr(0, 7); | ||
return bg.slice(0, 7); | ||
} | ||
@@ -244,0 +244,0 @@ return bg; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
483427
3113