Update iOS platform declarations with readonly modifier

This commit is contained in:
Jason Zhekov
2016-09-28 11:18:47 +03:00
parent b46b816de8
commit fae210d050
65 changed files with 5170 additions and 5170 deletions

View File

@ -9,13 +9,13 @@ declare class EAGLContext extends NSObject {
static setCurrentContext(context: EAGLContext): boolean;
/* readonly */ API: EAGLRenderingAPI;
readonly API: EAGLRenderingAPI;
debugLabel: string;
multiThreaded: boolean;
/* readonly */ sharegroup: EAGLSharegroup;
readonly sharegroup: EAGLSharegroup;
constructor(o: { API: EAGLRenderingAPI; });