Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Removed TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Adams committed Oct 22, 2014
1 parent 8bccb7c commit a8c4c89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/widgets/container-token.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ YUI.add('container-token', function(Y) {
renderUnits: function() {
var machine = this.get('machine');
// Display shown units and faded units in two different lists.
// TODO refactor filter method to be reused
var shownUnits = machine.units.filter(function(u) {
return !(u.fade || u.hide);
});
Expand Down

0 comments on commit a8c4c89

Please sign in to comment.