Skip to content

Commit 0acf6e7

Browse files
committed
release version 1.1.1
1 parent 321423a commit 0acf6e7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ezy-data-handlers.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ export class EzyLoginSuccessHandler {
4545
Util.EzyLogger.console("user: " + user.name + " logged in successfully");
4646
}
4747

48-
handleLoginSuccess(responseData) {}
48+
handleLoginSuccess(responseData) {
49+
}
4950
}
5051

5152
//======================================
@@ -75,7 +76,7 @@ export class EzyAppAccessHandler {
7576

7677
export class EzyAppExitHandler {
7778
handle(data) {
78-
var zone = client.zone;
79+
var zone = this.client.zone;
7980
var appManager = zone.appManager
8081
var appId = data[0];
8182
var reasonId = data[1];

ezy-managers.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export class EzyAppManager {
3434
delete this.appsByName[app.name];
3535
this.appList = this.appList.filter(app => app.id != appId);
3636
}
37+
return app;
3738
}
3839

3940
getAppById(id) {

0 commit comments

Comments
 (0)