diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-05-28 13:30:00 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-05-28 13:30:00 -0400 |
commit | 73c6f349fcdd83d838df91e5ce4bc524e8dd989d (patch) | |
tree | 4d2d9accddff4b655c94d56f96fef8221c37f26c /tests/unit/tooltip/tooltip_core.js | |
parent | d43118dfbab9591caa5181a9e50608921d19bd5b (diff) | |
download | jquery-ui-73c6f349fcdd83d838df91e5ce4bc524e8dd989d.tar.gz jquery-ui-73c6f349fcdd83d838df91e5ce4bc524e8dd989d.zip |
Tooltip tests: Coding standards.
Diffstat (limited to 'tests/unit/tooltip/tooltip_core.js')
-rw-r--r-- | tests/unit/tooltip/tooltip_core.js | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/tests/unit/tooltip/tooltip_core.js b/tests/unit/tooltip/tooltip_core.js index 247927df4..055a2927f 100644 --- a/tests/unit/tooltip/tooltip_core.js +++ b/tests/unit/tooltip/tooltip_core.js @@ -1,11 +1,7 @@ -/* - * tooltip_core.js - */ +(function( $ ) { +module( "tooltip: core" ); -(function($) { -module("tooltip: core"); - -})(jQuery); +}( jQuery ) ); |