Remove comment

This commit is contained in:
Cory LaViska
2020-07-13 14:43:17 -04:00
parent 1d13423b4b
commit 154cebec80

View File

@@ -9,13 +9,6 @@ import { Component, Prop, h } from '@stencil/core';
* @part base - The base wrapper
*/
//
// TODO:
//
// - transition in/out when label disappears
// - prevent initial rerender if possible (requestAnimationFrame hack)
//
@Component({
tag: 'sl-badge',
styleUrl: 'badge.scss',