Skip to content

Commit

Permalink
Remove undocumented return value.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Aug 8, 2015
1 parent ca267a5 commit 1764d0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/template/array-selector.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@
var skey = this._selectedColl.getKey(item);
this.arrayDelete('selected', item);
this.unlinkPaths('selected.' + skey);
return true;
}
} else {
this.selected = null;
Expand Down

0 comments on commit 1764d0c

Please sign in to comment.