Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1823 from matrix-org/rxl881/bindingFix
Browse files Browse the repository at this point in the history
Fix widget grant / revoke permission binding
  • Loading branch information
dbkr committed Apr 5, 2018
2 parents 6a7d4cb + a41384a commit 6a49197
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/views/elements/AppTile.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ export default class AppTile extends React.Component {
this.onClickMenuBar = this.onClickMenuBar.bind(this);
this._onMinimiseClick = this._onMinimiseClick.bind(this);
this._onInitialLoad = this._onInitialLoad.bind(this);
this._grantWidgetPermission = this._grantWidgetPermission.bind(this);
this._revokeWidgetPermission = this._revokeWidgetPermission.bind(this);
}

/**
Expand Down

0 comments on commit 6a49197

Please sign in to comment.