diff --git a/app.js b/app.js index 3ec09af..3879d3b 100644 --- a/app.js +++ b/app.js @@ -2,7 +2,7 @@ window.addEventListener('load', function () { new FastClick(document.body); }, false); -// The dynamically built HTML pages. In a real-life app, In a real-life app, use Handlerbar.js, Mustache.js or another template engine +// The dynamically built HTML pages. In a real-life app, use Handlerbar.js, Mustache.js or another template engine var homePage = '
' + '

Page Slider

' + @@ -62,4 +62,4 @@ function merge(tpl, data) { .replace("{{description}}", data.description); } -route(); \ No newline at end of file +route();