Fix TypeScript 2.4 errors, introduced mainly due weak types and covariant checking for callbacks (#4476)

This commit is contained in:
Panayot Cankov
2017-07-03 11:57:00 +03:00
committed by Alexander Vakrilov
parent 9e6498c29a
commit 8adb2fdfef
20 changed files with 92 additions and 23 deletions

View File

@@ -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);