diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-03-28 11:15:29 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-03-28 11:15:29 -0400 |
commit | ec4825535dc0654721df60f56b7bc7e73b61bfcc (patch) | |
tree | b53e059875e6c19dbc5f1c03ea8b40373e4cab89 /tests | |
parent | 6fc98deef03b91b0ea2ed51be2708bdd2c61d479 (diff) | |
download | jquery-ui-ec4825535dc0654721df60f56b7bc7e73b61bfcc.tar.gz jquery-ui-ec4825535dc0654721df60f56b7bc7e73b61bfcc.zip |
Accordion: Removed empty ticket test file.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/accordion/accordion_tickets.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/unit/accordion/accordion_tickets.js b/tests/unit/accordion/accordion_tickets.js deleted file mode 100644 index b301051da..000000000 --- a/tests/unit/accordion/accordion_tickets.js +++ /dev/null @@ -1,5 +0,0 @@ -(function( $ ) { - -module( "accordion: tickets", accordionSetupTeardown() ); - -}( jQuery ) ); |