diff options
author | Kato Kazuyoshi <kato.kazuyoshi@gmail.com> | 2011-05-07 05:58:06 +0900 |
---|---|---|
committer | Kato Kazuyoshi <kato.kazuyoshi@gmail.com> | 2011-05-07 06:03:14 +0900 |
commit | 2063a113d6dbae006413896a93d46a34ebc9b155 (patch) | |
tree | 7f11fa0bf7703a973f051699b66f43e6d5137c59 /tests/unit/datepicker/datepicker.html | |
parent | 476777f1e926d56547291abda642683513f92610 (diff) | |
download | jquery-ui-2063a113d6dbae006413896a93d46a34ebc9b155.tar.gz jquery-ui-2063a113d6dbae006413896a93d46a34ebc9b155.zip |
Datepicker: onClose callback should be triggered by show. Fixed #6656 - onClose event not triggered.
Diffstat (limited to 'tests/unit/datepicker/datepicker.html')
-rw-r--r-- | tests/unit/datepicker/datepicker.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/datepicker/datepicker.html b/tests/unit/datepicker/datepicker.html index fa346c6c9..d0c2c8c8c 100644 --- a/tests/unit/datepicker/datepicker.html +++ b/tests/unit/datepicker/datepicker.html @@ -49,6 +49,7 @@ <div id="qunit-fixture"> <p><input type="text" id="inp"/><input type="text" id="alt"/><div id="inl"></div></p> + <p><input type="text" id="inp2"/></p> </div> </body> |