Modify README.md

This commit is contained in:
2018-07-05 18:22:36 -04:00
parent f906e9f67a
commit 5040890798
2 changed files with 9 additions and 8 deletions

View File

@@ -32,7 +32,7 @@ export class ChannellistComponent implements OnInit {
console.log(this.channels);
});
}
// Sort the list by date
sortChannels() {
this.channels.sort(function (channel1, channel2) {
if (channel1.time < channel2.time) {