Skip to content

Commit

Permalink
UI: b/cliplist.js: restore user manual docs
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Janik <[email protected]>
  • Loading branch information
tim-janik committed Aug 3, 2023
1 parent 9d0c8de commit db94e9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/b/cliplist.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ import * as Wrapper from '../wrapper.js';
import * as Util from '../util.js';
/** @typedef {import("../b/clipview.js").BClipView} BClipView */

/** @class BClipList
* @description
* The <b-cliplist> element allows to start playback of individual clips.
/** ## Clip-List
* The Clip-List allows to start playback of individual clips.
*/

// == STYLE ==
Expand Down Expand Up @@ -43,6 +42,7 @@ import * as Ase from '../aseapi.js';
const OBJECT_PROPERTY = { attribute: false };
const NUMBER_ATTRIBUTE = { type: Number, reflect: true }; // sync attribute with property

/// The <b-cliplist> element container holds BClipView elements.
export class BClipList extends LitComponent {
createRenderRoot() { return this; }
render()
Expand Down

0 comments on commit db94e9a

Please sign in to comment.