Skip to content

Commit

Permalink
Fix positioning of return statement in PermissionManager
Browse files Browse the repository at this point in the history
  • Loading branch information
crokita committed Mar 22, 2021
1 parent 43f6941 commit cfa0cec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/js/src/manager/permission/_PermissionManagerBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,8 @@ class _PermissionManagerBase extends _SubManagerBase {
) {
this._notifyListener(filter);
}

return this;
}
return this;
}

/**
Expand Down

0 comments on commit cfa0cec

Please sign in to comment.