diff options
author | Mike Sherov <mike.sherov@gmail.com> | 2012-12-22 12:56:19 -0500 |
---|---|---|
committer | Mike Sherov <mike.sherov@gmail.com> | 2012-12-22 12:56:19 -0500 |
commit | 48d7d53f7b04e202e32a47aa0665f83a1179b723 (patch) | |
tree | 92378e696c86a2cef2828df762a7871450185a25 /tests/unit/button/button.html | |
parent | e21fc296102c2b8b159404c378cf39470da9a13e (diff) | |
download | jquery-ui-48d7d53f7b04e202e32a47aa0665f83a1179b723.tar.gz jquery-ui-48d7d53f7b04e202e32a47aa0665f83a1179b723.zip |
Dev: stop loading *_tickets.js in the test suite.
Diffstat (limited to 'tests/unit/button/button.html')
-rw-r--r-- | tests/unit/button/button.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/button/button.html b/tests/unit/button/button.html index ebdc76470..eeb568686 100644 --- a/tests/unit/button/button.html +++ b/tests/unit/button/button.html @@ -25,7 +25,6 @@ <script src="button_events.js"></script> <script src="button_methods.js"></script> <script src="button_options.js"></script> - <script src="button_tickets.js"></script> <script src="../swarminject.js"></script> </head> |