Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Lasky committed Aug 5, 2016
1 parent 904e565 commit 0153d60
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions test/strand-grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,17 +98,7 @@
done();
});
});


});
// grid.sortBy('foo', -1);
// var asc = grid.$.viewport.$.header.querySelector('strand-icon.asc');
// should.exist(asc);
// grid.sortBy('bar', 1);
// var des = grid.$.viewport.$.header.querySelector('strand-icon.des');
// var asc = grid.$.viewport.$.header.querySelector('strand-icon.asc');
// should.not.exist(des);
// should.not.exist(asc);
});

});
Expand Down

0 comments on commit 0153d60

Please sign in to comment.