aboutsummaryrefslogtreecommitdiffstats
path: root/tests/static/static.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-05-15 16:10:12 -0400
committerScott González <scott.gonzalez@gmail.com>2012-05-15 16:10:12 -0400
commit00375d97bbb34af55c936ab92cf3d6943b068cd1 (patch)
tree2ed2cd37aac25901fba247b337328f6fbc933548 /tests/static/static.js
parent135eb298583694aeba01c622fe2d83f74adbaf2d (diff)
downloadjquery-ui-00375d97bbb34af55c936ab92cf3d6943b068cd1.tar.gz
jquery-ui-00375d97bbb34af55c936ab92cf3d6943b068cd1.zip
Removed static tests directory.
Diffstat (limited to 'tests/static/static.js')
-rw-r--r--tests/static/static.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/static/static.js b/tests/static/static.js
deleted file mode 100644
index 1c29079ef..000000000
--- a/tests/static/static.js
+++ /dev/null
@@ -1,9 +0,0 @@
-/* static_helpers.js
- */
-$(function(){
- //add hover states on the static widgets
- $('.ui-state-default:not(.ui-state-disabled, .ui-slider-range, .ui-progressbar-value), a.ui-datepicker-next, a.ui-datepicker-prev, .ui-dialog-titlebar-close').hover(
- function(){ $(this).addClass('ui-state-hover'); },
- function(){ $(this).removeClass('ui-state-hover'); }
- );
-});