diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2013-11-25 14:29:30 +0100 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2013-11-25 14:29:30 +0100 |
commit | 9a5f20bc7d5218f864fb65d5d20775596065280d (patch) | |
tree | 82c176a82f64ca3c1a26648b9e3bf0d2f7282dd8 /demos/tabs/manipulation.html | |
parent | 1bc5d087467c913b92c927d05259eea72f96f4ed (diff) | |
parent | 8eeb0e7d88a943e3860f8492661ac8090cb8d3ac (diff) | |
download | jquery-ui-9a5f20bc7d5218f864fb65d5d20775596065280d.tar.gz jquery-ui-9a5f20bc7d5218f864fb65d5d20775596065280d.zip |
Merge branch 'master' into selectmenu
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, |