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 |