Browse Source

Fix year typo

Thibaut 11 years ago
parent
commit
55d0455a75
1 changed files with 8 additions and 8 deletions
  1. 8 8
      assets/javascripts/templates/pages/news_tmpl.coffee

+ 8 - 8
assets/javascripts/templates/pages/news_tmpl.coffee

@@ -24,28 +24,28 @@ newsItem = (date, news) ->
   result
 
 app.news = [
-  [ 1394236800000, # March 8, 2013
+  [ 1394236800000, # March 8, 2014
     """ Added path bar. """,
   ], [
-    1393027200000, # February 22, 2013
+    1393027200000, # February 22, 2014
     """ New <a href="/c/">C</a> documentation """,
   ], [
-    1392508800000, # February 16, 2013
+    1392508800000, # February 16, 2014
     """ New <a href="/moment/">Moment.js</a> documentation """,
   ], [
-    1392163200000, # February 12, 2013
+    1392163200000, # February 12, 2014
     """ The root/category pages are now included in the search index (e.g. <a href="/#q=CSS">CSS</a>) """,
   ], [
-    1390694400000, # January 26, 2013
+    1390694400000, # January 26, 2014
     """ Updated <a href="/angular/">Angular.js</a> documentation """,
   ], [
-    1390089600000, # January 19, 2013
+    1390089600000, # January 19, 2014
     """ New <a href="/d3/">D3.js</a> and <a href="/knockout/">Knockout.js</a> documentations """,
   ], [
-    1390003200000, # January 18, 2013
+    1390003200000, # January 18, 2014
     """ DevDocs is now available as a <a href="https://marketplace.firefox.com/app/devdocs/">Firefox web app</a> (currently requires Aurora). """,
   ], [
-    1389484800000, # January 12, 2013
+    1389484800000, # January 12, 2014
     """ Added <code class="_label">alt + g</code> shortcut for searching on Google. """,
     """ Added <code class="_label">alt + r</code> shortcut for revealing the current page in the sidebar. """
   ], [