diff options
author | Richard Worth <rdworth@gmail.com> | 2008-12-12 02:23:03 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-12-12 02:23:03 +0000 |
commit | 73713183f822ee11d9167f8ccf6eb79f31d339ee (patch) | |
tree | 0a480ba9c28c398ceb1b98af7abcbe212f8b1801 /tests/static/static_helpers.js | |
parent | 3831866f4ab52a63260e48efd83d35b321853fe5 (diff) | |
download | jquery-ui-73713183f822ee11d9167f8ccf6eb79f31d339ee.tar.gz jquery-ui-73713183f822ee11d9167f8ccf6eb79f31d339ee.zip |
tests/static: whitespace only
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 +}); |