Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(5)

Unified Diff: app/subapps/browser/views/search.js

Issue 13273047: Rename BrowserCharm model to just Charm
Patch Set: Rename BrowserCharm model to just Charm Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « app/subapps/browser/views/editorial.js ('k') | app/views/charm.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/subapps/browser/views/search.js
=== modified file 'app/subapps/browser/views/search.js'
--- app/subapps/browser/views/search.js 2013-09-06 14:52:47 +0000
+++ app/subapps/browser/views/search.js 2013-09-17 13:27:43 +0000
@@ -108,7 +108,7 @@
}
var cache = {
search: results,
- charms: new models.BrowserCharmList()
+ charms: new models.CharmList()
};
cache.charms.add(results.recommended);
cache.charms.add(results.more);
« no previous file with comments | « app/subapps/browser/views/editorial.js ('k') | app/views/charm.js » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b