aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAryadev Chavali <aryadevchavali1@gmail.com>2019-02-18 17:15:46 +0000
committerAryadev Chavali <aryadevchavali1@gmail.com>2019-02-18 17:15:46 +0000
commitcc6d30e4d44ea784bb3cfc8c67ffd9f684947d07 (patch)
tree38cea0188957cfa3728ad1977503d3061509ecf8
parentf0a73665b3ccb66e8624c7c5d9b8706a7c3d4bee (diff)
downloadnewsaggregator-cc6d30e4d44ea784bb3cfc8c67ffd9f684947d07.tar.gz
newsaggregator-cc6d30e4d44ea784bb3cfc8c67ffd9f684947d07.tar.bz2
newsaggregator-cc6d30e4d44ea784bb3cfc8c67ffd9f684947d07.zip
Added comment for visualise
-rw-r--r--Website/scripts/main.ts1
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);
}
}