Skip to content

Commit 370e3da

Browse files
committed
Fix to documentation
(Reverted the implmented suggestion to remove double whitespace line endings @ Methods list)
1 parent 14f6313 commit 370e3da

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ published Wednesday, September 7th, 2016.
1919

2020
## Methods
2121

22-
[`aboutJSLibs`](#aboutJSLibs) - Return the loaded versions of Dojo and React.
23-
[`fontColor`](#fontColor) - Modify font color.
24-
[`fontWeight`](#fontWeight) - Modify font weight.
25-
[`getHTML`](#getHTML) - Return the full HTML code of a `uifigure`.
26-
[`getWebElements`](#getWebElements) - Extract a `webwindow` handle and a widget ID from a `uifigure` control handle.
27-
[`getWebWindow`](#getWebWindow) - Extract a `webwindow` handle from a `uifigure` handle.
28-
[`getWidgetInfo`](#getWidgetInfo) - Gather information about a specific dijit widget.
29-
[`getWidgetList`](#getWidgetList) - Gather information about all dijit widget in a specified `uifigure`.
30-
[`setStyle`](#setStyle) - Modify a specified style property.
31-
[`setTimeout`](#setTimeout) - Override the default timeout for dojo commands, for a specific `uifigure`.
32-
[`textAlign`](#textAlign) - Modify text alignment.
22+
[`aboutJSLibs`](#aboutJSLibs) - Return the loaded versions of Dojo and React.
23+
[`fontColor`](#fontColor) - Modify font color.
24+
[`fontWeight`](#fontWeight) - Modify font weight.
25+
[`getHTML`](#getHTML) - Return the full HTML code of a `uifigure`.
26+
[`getWebElements`](#getWebElements) - Extract a `webwindow` handle and a widget ID from a `uifigure` control handle.
27+
[`getWebWindow`](#getWebWindow) - Extract a `webwindow` handle from a `uifigure` handle.
28+
[`getWidgetInfo`](#getWidgetInfo) - Gather information about a specific dijit widget.
29+
[`getWidgetList`](#getWidgetList) - Gather information about all dijit widget in a specified `uifigure`.
30+
[`setStyle`](#setStyle) - Modify a specified style property.
31+
[`setTimeout`](#setTimeout) - Override the default timeout for dojo commands, for a specific `uifigure`.
32+
[`textAlign`](#textAlign) - Modify text alignment.
3333
[`waitForFigureReady`](#waitForFigureReady) - A blocking method that only returns after the uifigure is fully loaded.
3434

3535
-----------------

0 commit comments

Comments
 (0)