Skip to content

Commit

Permalink
Merge pull request #112 from hamacjumar/master
Browse files Browse the repository at this point in the history
Updated GetIcon method docs for FABs.
  • Loading branch information
hamacjumar authored Nov 30, 2023
2 parents 311d6d3 + c9d84c5 commit 8739f7d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
8 changes: 6 additions & 2 deletions files/markup/en/MUI/CreateFAB.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@
*/


/** @extern GetIcon */
/** ### GetIcon
* Returns the icon.
* $$ fab.GetIcon() $$
* @returns str-Material icon font
*/

/** @extern Animate */

Expand Down Expand Up @@ -130,4 +134,4 @@ function OnClick()
}
*/



8 changes: 6 additions & 2 deletions files/markup/en/MUI/CreateFABElegant.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@
*/


/** @extern GetIcon */
/** ### GetIcon
* Returns the icon.
* $$ fab.GetIcon() $$
* @returns str-Material icon font
*/

/** @extern Animate */

Expand Down Expand Up @@ -130,4 +134,4 @@ function OnClick()
}
*/



8 changes: 6 additions & 2 deletions files/markup/en/MUI/CreateFABOutline.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@
*/


/** @extern GetIcon */
/** ### GetIcon
* Returns the icon.
* $$ fab.GetIcon() $$
* @returns str-Material icon font
*/

/** @extern Animate */

Expand Down Expand Up @@ -131,4 +135,4 @@ function OnClick()
}
*/



0 comments on commit 8739f7d

Please sign in to comment.