From 5f742d2790792a035678c70786f70c525cd3334c Mon Sep 17 00:00:00 2001 From: callmephilip Date: Mon, 13 May 2013 09:27:09 -0700 Subject: [PATCH] move logic from updateCount into the view rendering routine update footer template to support declarative task stats rendering adjust if block formatting remove unnecessary escaping from the footer template adjust variable declaration statements adjust indentation in the footer template --- .../backbone_marionette/index.html | 12 ++++-- .../backbone_marionette/js/TodoMVC.Layout.js | 42 +++++++++---------- 2 files changed, 28 insertions(+), 26 deletions(-) diff --git a/labs/architecture-examples/backbone_marionette/index.html b/labs/architecture-examples/backbone_marionette/index.html index 959947f6ef..2456050e30 100644 --- a/labs/architecture-examples/backbone_marionette/index.html +++ b/labs/architecture-examples/backbone_marionette/index.html @@ -23,10 +23,13 @@

Further variations on the Backbone.Marionette app are also available.