Merge pull request #586 from amanbangad/patch-5

bug fix
This commit is contained in:
Ilya Kantor 2017-06-03 09:19:42 +03:00 committed by GitHub
commit 0ae835e7bd

View file

@ -294,7 +294,7 @@ class Article {
*/!* */!*
} }
let article = article.createTodays(); let article = Article.createTodays();
alert( articles.title ); // Todays digest alert( articles.title ); // Todays digest
``` ```