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

Side by Side Diff: app/app.js

Issue 10045046: Apply yuidoc's internal linting to our docs.
Patch Set: Apply yuidoc's internal linting to our docs. Created 11 years, 9 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:
View unified diff | Download patch
« no previous file with comments | « [revision details] ('k') | app/models/browser.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 This file is part of the Juju GUI, which lets users view and manage Juju 2 This file is part of the Juju GUI, which lets users view and manage Juju
3 environments within a graphical interface (https://launchpad.net/juju-gui). 3 environments within a graphical interface (https://launchpad.net/juju-gui).
4 Copyright (C) 2012-2013 Canonical Ltd. 4 Copyright (C) 2012-2013 Canonical Ltd.
5 5
6 This program is free software: you can redistribute it and/or modify it under 6 This program is free software: you can redistribute it and/or modify it under
7 the terms of the GNU Affero General Public License version 3, as published by 7 the terms of the GNU Affero General Public License version 3, as published by
8 the Free Software Foundation. 8 the Free Software Foundation.
9 9
10 This program is distributed in the hope that it will be useful, but WITHOUT 10 This program is distributed in the hope that it will be useful, but WITHOUT
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 type: 'juju.views.NotificationsView', 125 type: 'juju.views.NotificationsView',
126 preserve: true 126 preserve: true
127 }, 127 },
128 128
129 notifications_overview: { 129 notifications_overview: {
130 type: 'juju.views.NotificationsOverview' 130 type: 'juju.views.NotificationsOverview'
131 } 131 }
132 132
133 }, 133 },
134 134
135 /** 135 /*
136 * Declarative keybindings on the window object. 136 * Declarative keybindings on the window object.
137 * 137 *
138 * Prefix supported are: 138 * Prefix supported are:
139 * C - Control 139 * C - Control
140 * A - Alt 140 * A - Alt
141 * S - Shift 141 * S - Shift
142 * 142 *
143 * Followed by a lowercase letter. For example 143 * Followed by a lowercase letter. For example
144 * 144 *
145 * A-s is the 'Alt + s' keybinding. 145 * A-s is the 'Alt + s' keybinding.
(...skipping 1177 matching lines...) Expand 10 before | Expand all | Expand 10 after
1323 'app-subapp-extension', 1323 'app-subapp-extension',
1324 'sub-app', 1324 'sub-app',
1325 'subapp-browser', 1325 'subapp-browser',
1326 'event-key', 1326 'event-key',
1327 'event-touch', 1327 'event-touch',
1328 'model-controller', 1328 'model-controller',
1329 'FileSaver', 1329 'FileSaver',
1330 'juju-inspector-widget' 1330 'juju-inspector-widget'
1331 ] 1331 ]
1332 }); 1332 });
OLDNEW
« no previous file with comments | « [revision details] ('k') | app/models/browser.js » ('j') | no next file with comments »

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