Skip to content

Commit

Permalink
reindent
Browse files Browse the repository at this point in the history
  • Loading branch information
mboinet committed May 20, 2013
1 parent c508f7c commit ebdafdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/models.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ebdafdc

Please sign in to comment.