Skip to content

Commit

Permalink
cleanup docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberDex committed Mar 13, 2024
1 parent ca0c960 commit 19ed308
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import { ButtonEvents } from './ButtonEvents';
* button.onPress.connect(() => console.log('onPress'));
*
* container.addChild(button.view);
* // or container.addChild(container); which is the same
*/
export class Button extends ButtonEvents
{
Expand Down

0 comments on commit 19ed308

Please sign in to comment.