diff options
author | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-18 17:15:46 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-18 17:15:46 +0000 |
commit | cc6d30e4d44ea784bb3cfc8c67ffd9f684947d07 (patch) | |
tree | 38cea0188957cfa3728ad1977503d3061509ecf8 /Website/scripts/main.ts | |
parent | f0a73665b3ccb66e8624c7c5d9b8706a7c3d4bee (diff) | |
download | newsaggregator-cc6d30e4d44ea784bb3cfc8c67ffd9f684947d07.tar.gz newsaggregator-cc6d30e4d44ea784bb3cfc8c67ffd9f684947d07.tar.bz2 newsaggregator-cc6d30e4d44ea784bb3cfc8c67ffd9f684947d07.zip |
Added comment for visualise
Diffstat (limited to 'Website/scripts/main.ts')
-rw-r--r-- | Website/scripts/main.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Website/scripts/main.ts b/Website/scripts/main.ts index 54d61a1..0f339a6 100644 --- a/Website/scripts/main.ts +++ b/Website/scripts/main.ts @@ -23,6 +23,7 @@ class Article { } visualise(root: HTMLElement): void { + // visualise the article for document root.appendChild(this.Container); } } |