Skip to content

Commit

Permalink
hotfix and release version 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tvd12 committed May 12, 2019
1 parent 23dab74 commit 92c9b08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ezy-data-handlers.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export class EzyLoginSuccessHandler {
Util.EzyLogger.console("user: " + user.name + " logged in successfully");
}

this.handleLoginSuccess = function(joinedApps, responseData) {
handleLoginSuccess(joinedApps, responseData) {
}
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ezyfox-es6-client",
"version": "1.0.10",
"version": "1.0.11",
"description": "ezyfox client use ECMAScript 6",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 92c9b08

Please sign in to comment.