mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Fix TypeScript 2.4 errors, introduced mainly due weak types and covariant checking for callbacks (#4476)
This commit is contained in:
committed by
Alexander Vakrilov
parent
9e6498c29a
commit
8adb2fdfef
@@ -107930,7 +107930,6 @@ declare module javax {
|
||||
glQueryMatrixxOES(mantissa: java.nio.IntBuffer, exponent: java.nio.IntBuffer): number;
|
||||
}
|
||||
interface IGL {
|
||||
__javax_microedition_khronos_opengles_IGL?: any;
|
||||
}
|
||||
}
|
||||
export module egl {
|
||||
@@ -107939,7 +107938,6 @@ declare module javax {
|
||||
static class: java.lang.Class<javax.microedition.khronos.egl.EGLSurface>;
|
||||
}
|
||||
interface IEGL {
|
||||
__javax_microedition_khronos_egl_IEGL?: any;
|
||||
}
|
||||
export class EGL10 implements javax.microedition.khronos.egl.IEGL, javax.microedition.khronos.egl.IEGL10 {
|
||||
constructor(implementation: javax.microedition.khronos.egl.IEGL10);
|
||||
|
||||
Reference in New Issue
Block a user