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

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

Issue 9731047: Enabled browser to be enabled by default via FF
Patch Set: Enabled browser to be enabled by default via FF Created 11 years, 10 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/charm.js ('k') | app/templates/charm-token.handlebars » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/subapps/browser/views/view.js
=== modified file 'app/subapps/browser/views/view.js'
--- app/subapps/browser/views/view.js 2013-05-17 14:51:05 +0000
+++ app/subapps/browser/views/view.js 2013-05-20 14:34:35 +0000
@@ -193,10 +193,6 @@
*
*/
initializer: function(cfg) {
- this.set('store', new Y.juju.Charmworld0({
- 'apiHost': window.juju_config.charmworldURL
- }));
-
// Hold onto charm data so we can pass model instances to other views when
// charms are selected.
this._cacheCharms = new models.BrowserCharmList();
@@ -263,7 +259,7 @@
* If this were a route that had a subpath component it's passed into
* the view to aid in rendering.
*
- * e.g. /bws/fullscreen/*charmid/hooks to load the hooks tab correctly.
+ * e.g. /fullscreen/*charmid/hooks to load the hooks tab correctly.
*
* @attribute subpath
* @default undefined
« no previous file with comments | « app/subapps/browser/views/charm.js ('k') | app/templates/charm-token.handlebars » ('j') | no next file with comments »

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