mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-02-18 14:11:52 -08:00
Docs: Typo
This commit is contained in:
parent
f99fb4f9f5
commit
a01dc6cb3d
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ title: WidgetSubclassingMechanism
|
|||
|
||||
!! Introduction
|
||||
|
||||
The widget subclassing mechanism allows widgets to be subclassed with additional methods and properties. The subclassed widgets can either overwrite the existing definition of the baseclass widget, or it can be made availabel as a new widget
|
||||
The widget subclassing mechanism allows widgets to be subclassed with additional methods and properties. The subclassed widgets can either overwrite the existing definition of the baseclass widget, or it can be made available as a new widget
|
||||
|
||||
Widget subclasses are defined in modules of module-type `widget-subclass`. They should export the following properties:
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue