mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
fix typo
This commit is contained in:
parent
4677ec9404
commit
a11af58899
2
node_modules/ace/lib/ace/layer/font_metrics.js
generated
vendored
2
node_modules/ace/lib/ace/layer/font_metrics.js
generated
vendored
@ -172,7 +172,7 @@ var FontMetrics = exports.FontMetrics = function(parentEl, interval) {
|
||||
this.getCharacterWidth = function(ch) {
|
||||
var w = this.charSizes[ch];
|
||||
if (w === undefined) {
|
||||
this.charSizes[ch] = this.$measureCharWidth(ch) / this.$characterSize.width;
|
||||
w = this.charSizes[ch] = this.$measureCharWidth(ch) / this.$characterSize.width;
|
||||
}
|
||||
return w;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user