diff options
Diffstat (limited to 'tests/static/static_helpers.js')
-rw-r--r-- | tests/static/static_helpers.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/static/static_helpers.js b/tests/static/static_helpers.js index 2d890d5f4..4ca52eff9 100644 --- a/tests/static/static_helpers.js +++ b/tests/static/static_helpers.js @@ -4,4 +4,4 @@ $(function(){ function(){ $(this).addClass('ui-state-hover'); }, function(){ $(this).removeClass('ui-state-hover'); } ); -});
\ No newline at end of file +}); |