Add allowClientClassCreation option

This commit is contained in:
Marco129
2016-02-26 22:55:39 +08:00
parent 57c936485e
commit 97489106b4
7 changed files with 83 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ export class Config {
this.fileKey = cacheInfo.fileKey;
this.facebookAppIds = cacheInfo.facebookAppIds;
this.enableAnonymousUsers = cacheInfo.enableAnonymousUsers;
this.allowClientClassCreation = cacheInfo.allowClientClassCreation;
this.database = DatabaseAdapter.getDatabaseConnection(applicationId);
this.hooksController = cacheInfo.hooksController;
this.filesController = cacheInfo.filesController;