blob: defb115d00cc2374837d956c988b4185f46c8d6c [file] [log] [blame]
// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/** @type {CS.env} */
var CS_env;
// Exported functions must be mentioned in this externs file so that JSCompiler
// will allow exporting functions by writing '_hideID = CS_hideID'.
var _hideID;
var _showID;
var _hideEl;
var _showEl;
var _showInstead;
var _toggleHidden;
var _toggleCollapse;
var _CS_dismissCue;
var _CS_updateProjects;
var _CP_checkProjectName;
var _TKR_toggleStar;
var _TKR_toggleStarLocal;
var _TKR_syncStarIcons;