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

Delta Between Two Patch Sets: app/subapps/browser/views/charm.js

Issue 8651046: Add failing provider notice and fix #1173333
Left Patch Set: Created 11 years, 11 months ago
Right Patch Set: Add failing provider notice and fix #1173333 Created 11 years, 11 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « app/subapps/browser/templates/browser_charm.handlebars ('k') | app/subapps/browser/views/editorial.js » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 'use strict'; 1 'use strict';
2 2
3 3
4 YUI.add('subapp-browser-charmview', function(Y) { 4 YUI.add('subapp-browser-charmview', function(Y) {
5 var ns = Y.namespace('juju.browser.views'), 5 var ns = Y.namespace('juju.browser.views'),
6 models = Y.namespace('juju.models'), 6 models = Y.namespace('juju.models'),
7 views = Y.namespace('juju.views'), 7 views = Y.namespace('juju.views'),
8 widgets = Y.namespace('juju.widgets'), 8 widgets = Y.namespace('juju.widgets'),
9 DATE_FORMAT = '%d/%b/%y'; 9 DATE_FORMAT = '%d/%b/%y';
10
11
12 /**
13 Register a helper into handlebars to display the provider icons
14
15 */
16
17 10
18 /** 11 /**
19 * View for the Charm details UI. 12 * View for the Charm details UI.
20 * 13 *
21 * @class CharmView 14 * @class CharmView
22 * @extends {Y.View} 15 * @extends {Y.View}
23 * 16 *
24 */ 17 */
25 ns.BrowserCharmView = Y.Base.create('browser-view-charmview', Y.View, [ 18 ns.BrowserCharmView = Y.Base.create('browser-view-charmview', Y.View, [
26 widgets.browser.IndicatorManager, 19 widgets.browser.IndicatorManager,
(...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 'juju-charm-store', 567 'juju-charm-store',
575 'juju-models', 568 'juju-models',
576 'juju-templates', 569 'juju-templates',
577 'juju-views', 570 'juju-views',
578 'juju-view-utils', 571 'juju-view-utils',
579 'node', 572 'node',
580 'prettify', 573 'prettify',
581 'view' 574 'view'
582 ] 575 ]
583 }); 576 });
LEFTRIGHT

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