Skip to content

Commit b8fe6a4

Browse files
committed
Updated README
1 parent c92ad22 commit b8fe6a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ $("#dialog").dialog({minimize: true, maximize: true});
2424

2525
$("#dialog").dialog({minimize:"#toolbar"});
2626

27-
An <a> element link will be created in the #toolbar element that unminimizes the dialog when clicked.
28-
If the minimize option is a boolean value of true, it will simply hide the dialog content and leave a floating titlebar that can be unminimized.
27+
An <a> element link will be created in the #toolbar element that unminimizes the dialog when clicked.
28+
If the minimize option is a boolean value of true, it will simply hide the dialog content and leave a floating titlebar that can be unminimized.
2929

3030
- Adds "minimize" "unminimize" "maximize" "unmaximize" events
3131
- Adds "beforeMinimize" "beforeUnminimize" "beforeMaximize" "beforeUnmaximize" optional triggers

0 commit comments

Comments
 (0)