diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-06-15 13:42:00 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-06-15 13:42:00 -0400 |
commit | 8e541f1bf611401b824c523064f6288d7c32a4ae (patch) | |
tree | 7d453fad2ab86870796962d4c16024c33aa0fb7b /tests/unit/position | |
parent | e79c79df4e658e22b446701d2b32023e4615d32a (diff) | |
download | jquery-ui-8e541f1bf611401b824c523064f6288d7c32a4ae.tar.gz jquery-ui-8e541f1bf611401b824c523064f6288d7c32a4ae.zip |
Tests: Remove the need to include the 'ui.' prefix in testJshint() now that effects use 'ui.'.
Diffstat (limited to 'tests/unit/position')
-rw-r--r-- | tests/unit/position/position_core.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/position/position_core.js b/tests/unit/position/position_core.js index 4a2240311..3b749a218 100644 --- a/tests/unit/position/position_core.js +++ b/tests/unit/position/position_core.js @@ -16,7 +16,7 @@ module( "position", { } }); -TestHelpers.testJshint( "ui.position" ); +TestHelpers.testJshint( "position" ); test( "my, at, of", function() { expect( 4 ); |