mirror of
https://github.com/nextcloud/passman.git
synced 2024-12-26 09:34:02 +08:00
Remove unused function
This commit is contained in:
parent
61d27ac1b6
commit
696e585444
1 changed files with 1 additions and 4 deletions
|
@ -25,11 +25,8 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
removeTag: function (tag) {
|
||||
var idx = _tags.indexOf(tag);
|
||||
_tags.splice(idx, 1);
|
||||
}
|
||||
|
||||
};
|
||||
}]);
|
||||
}());
|
Loading…
Reference in a new issue