Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhgrg committed Aug 21, 2019
1 parent fce4aca commit bfeffe2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/routes/tags.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,6 @@ export default AuthenticatedRoute.extend(CurrentUserSettings, ShortcutsRoute, {
}
},

filterTagsByType(tags, type) {
return tags.filter((tag) => {
return (!type || tag.visibility === type);
});
},

scrollContent(amount) {
let content = $('.tag-settings-pane');
let scrolled = content.scrollTop();
Expand Down

0 comments on commit bfeffe2

Please sign in to comment.