diff options
author | Richard Worth <rdworth@gmail.com> | 2011-03-28 11:20:21 -0400 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2011-03-28 11:20:21 -0400 |
commit | 6a0cdaa4954038a84cd32098359fe1ca62eb3585 (patch) | |
tree | 5e768750faebb5f112d4257c6ca3c3a25cbf1138 /tests/unit/autocomplete | |
parent | b5e67861bb552c39bb76b13382a052701e4649e5 (diff) | |
parent | ec0a9cc4544a124043aa618dc599d42e750b9e67 (diff) | |
download | jquery-ui-6a0cdaa4954038a84cd32098359fe1ca62eb3585.tar.gz jquery-ui-6a0cdaa4954038a84cd32098359fe1ca62eb3585.zip |
Merge branch 'master' of github.com:jquery/jquery-ui
Diffstat (limited to 'tests/unit/autocomplete')
-rw-r--r-- | tests/unit/autocomplete/autocomplete.html | 1 | ||||
-rw-r--r-- | tests/unit/autocomplete/autocomplete_tickets.js | 14 |
2 files changed, 0 insertions, 15 deletions
diff --git a/tests/unit/autocomplete/autocomplete.html b/tests/unit/autocomplete/autocomplete.html index bc6388a75..8f1d9db9a 100644 --- a/tests/unit/autocomplete/autocomplete.html +++ b/tests/unit/autocomplete/autocomplete.html @@ -23,7 +23,6 @@ <script type="text/javascript" src="autocomplete_events.js"></script> <script type="text/javascript" src="autocomplete_methods.js"></script> <script type="text/javascript" src="autocomplete_options.js"></script> - <script type="text/javascript" src="autocomplete_tickets.js"></script> <script type="text/javascript" src="../swarminject.js"></script> </head> diff --git a/tests/unit/autocomplete/autocomplete_tickets.js b/tests/unit/autocomplete/autocomplete_tickets.js deleted file mode 100644 index bde9faffd..000000000 --- a/tests/unit/autocomplete/autocomplete_tickets.js +++ /dev/null @@ -1,14 +0,0 @@ -/* - * autocomplete_tickets.js - */ -(function($) { - -module("autocomplete: tickets", { - teardown: function() { - $( ":ui-autocomplete" ).autocomplete( "destroy" ); - } -}); - - - -})(jQuery); |