bug fix
This commit is contained in:
parent
e4ad8d0810
commit
40d83c4bc6
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ class Article {
|
||||||
*/!*
|
*/!*
|
||||||
}
|
}
|
||||||
|
|
||||||
let article = article.createTodays();
|
let article = Article.createTodays();
|
||||||
|
|
||||||
alert( articles.title ); // Todays digest
|
alert( articles.title ); // Todays digest
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue