From ebdafdc8e04196d16e72d21f3383f54d86660d82 Mon Sep 17 00:00:00 2001 From: Matthieu Boinet Date: Mon, 20 May 2013 16:32:37 +0200 Subject: [PATCH] reindent --- src/scripts/models.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/models.js b/src/scripts/models.js index fb6bdc1..bc1aa4a 100644 --- a/src/scripts/models.js +++ b/src/scripts/models.js @@ -300,7 +300,7 @@ define(['api','backbone','utils'], if (collection.feedId != feedId){ /* this is another feed, force a clean to trigger delete/add events */ - collection.set([]); // works on HP touchpad but collection.set({}) stopped the execution of code right here + collection.set([]); } // efficiently set the collection