Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(395)

Side by Side Diff: appengine/monorail/static/js/framework/externs.js

Issue 1868553004: Open Source Monorail (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 /* Copyright 2016 The Chromium Authors. All Rights Reserved.
2 *
3 * Use of this source code is governed by a BSD-style
4 * license that can be found in the LICENSE file or at
5 * https://developers.google.com/open-source/licenses/bsd
6 */
7
8 /** @type {CS.env} */
9 var CS_env;
10
11 // Exported functions must be mentioned in this externs file so that JSCompiler
12 // will allow exporting functions by writing '_hideID = CS_hideID'.
13 var _hideID;
14 var _showID;
15 var _hideEl;
16 var _showEl;
17 var _showInstead;
18 var _toggleHidden;
19 var _toggleCollapse;
20 var _CS_dismissCue;
21 var _CS_updateProjects;
22 var _CP_checkProjectName;
23 var _TKR_toggleStar;
24 var _TKR_toggleStarLocal;
25 var _TKR_syncStarIcons;
OLDNEW
« no previous file with comments | « appengine/monorail/static/js/framework/env.js ('k') | appengine/monorail/static/js/framework/framework-accountmenu.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698