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

Unified Diff: app/subapps/browser/browser.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/store/charm.js ('k') | app/subapps/browser/views/charm.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/subapps/browser/browser.js
=== modified file 'app/subapps/browser/browser.js'
--- app/subapps/browser/browser.js 2013-09-13 19:52:27 +0000
+++ app/subapps/browser/browser.js 2013-09-17 13:27:43 +0000
@@ -475,7 +475,7 @@
// Hold onto charm data so we can pass model instances to other views when
// charms are selected.
this._cache = {
- charms: new models.BrowserCharmList(),
+ charms: new models.CharmList(),
search: null,
interesting: null
};
« no previous file with comments | « app/store/charm.js ('k') | app/subapps/browser/views/charm.js » ('j') | no next file with comments »

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