зеркало из https://github.com/mozilla/pluotsorbet.git
Replace _this with this in Font.charsWidth and Font.substringWidth
This commit is contained in:
Родитель
85b3d054ad
Коммит
4e990a3e37
|
@ -260,11 +260,11 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
Native.create("javax/microedition/lcdui/Font.charsWidth.([CII)I", function(ctx, str, offset, len) {
|
Native.create("javax/microedition/lcdui/Font.charsWidth.([CII)I", function(ctx, str, offset, len) {
|
||||||
return withFont(_this, MIDP.Context2D, util.fromJavaChars(str).slice(offset, offset + len));
|
return withFont(this, MIDP.Context2D, util.fromJavaChars(str).slice(offset, offset + len));
|
||||||
});
|
});
|
||||||
|
|
||||||
Native.create("javax/microedition/lcdui/Font.substringWidth.(Ljava/lang/String;II)I", function(ctx, str, offset, len) {
|
Native.create("javax/microedition/lcdui/Font.substringWidth.(Ljava/lang/String;II)I", function(ctx, str, offset, len) {
|
||||||
return withFont(_this, MIDP.Context2D, util.fromJavaString(str).slice(offset, offset + len));
|
return withFont(this, MIDP.Context2D, util.fromJavaString(str).slice(offset, offset + len));
|
||||||
});
|
});
|
||||||
|
|
||||||
var HCENTER = 1;
|
var HCENTER = 1;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче