From db8d85e26b79665f1d6a359f3816d5302bf88655 Mon Sep 17 00:00:00 2001 From: Daniel Schildt Date: Thu, 24 Nov 2011 18:23:48 +0200 Subject: [PATCH] Update two links at index.html to latest URLs - Link to Jake was broken. - PhantomJS has official website with better information. --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 8b981036..ff17d36e 100644 --- a/index.html +++ b/index.html @@ -2230,11 +2230,11 @@ var model = localBackbone.Model.extend(...); as a data source (channeled through a nginx proxy), jQuery templates for the rendering, Qunit - and PhantomJS for + and PhantomJS for the testing suite. The JS code, templates and CSS are built for the production deployment with various Node.js tools like ready.js, - Jake, + Jake, jsdom. The Backbone.History was modified to support the HTML5 history.pushState. Backbone.sync was extended with an additional SessionStorage based cache