Skip to content

Commit

Permalink
Remove uneeded parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
caedesvvv committed Oct 24, 2014
1 parent 1a82f90 commit 6831295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/frontend/controllers/contacts.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ define(['./module', 'darkwallet'], function (controllers, DarkWallet) {
};

// Toggle watch on a contact
$scope.toggleWatch = function(contact, index) {
$scope.toggleWatch = function(contact) {
// toggle watch on the contact
contact.data.watch = !contact.data.watch;

Expand Down

0 comments on commit 6831295

Please sign in to comment.