From 53c0b89d4dcd17682fea6f00187a74338d938d5d Mon Sep 17 00:00:00 2001 From: Samuel Clay Date: Sun, 12 May 2013 12:52:50 -0700 Subject: [PATCH] Adding Backbone.js to /about as per @tbranyen's suggestion. --- templates/static/about.xhtml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/static/about.xhtml b/templates/static/about.xhtml index da4dc8761..e9011fa87 100644 --- a/templates/static/about.xhtml +++ b/templates/static/about.xhtml @@ -90,6 +90,7 @@
  • jQuery: Cross-browser compliant JavaScript code. IE works without effort.
  • Backbone.js: Models and views make for easy maintenance.
  • Underscore.js: Functional programming for JavaScript. Indispensible.
  • +
  • Backbone.js: Foundation for models, view, and events.
  • Miscellaneous jQuery Plugins: Everything from resizable layouts, to progress bars, sortables, date handling, colors, corners, JSON, animations. See the complete list on NewsBlur's GitHub repository