diff options
Diffstat (limited to 'demos/tabs/manipulation.html')
-rw-r--r-- | demos/tabs/manipulation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/tabs/manipulation.html b/demos/tabs/manipulation.html index 61a59271b..62239c4b7 100644 --- a/demos/tabs/manipulation.html +++ b/demos/tabs/manipulation.html @@ -29,7 +29,7 @@ var tabs = $( "#tabs" ).tabs(); - // modal dialog init: custom buttons and a "close" callback reseting the form inside + // modal dialog init: custom buttons and a "close" callback resetting the form inside var dialog = $( "#dialog" ).dialog({ autoOpen: false, modal: true, |