diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-10-25 06:39:14 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-10-25 06:39:14 -0400 |
commit | 2582bfab46613da613f1a3354bc733b68a110b95 (patch) | |
tree | 5515634203be660eccf283b14868ade5f2ddf3e5 /tests/unit/subsuite.js | |
parent | bc44e61dd9e6797bb23bc3038d43436a8ba052c3 (diff) | |
download | jquery-ui-2582bfab46613da613f1a3354bc733b68a110b95.tar.gz jquery-ui-2582bfab46613da613f1a3354bc733b68a110b95.zip |
Position: Removed offset option. Fixes #6982 - Position: Remove offset option.
Diffstat (limited to 'tests/unit/subsuite.js')
-rw-r--r-- | tests/unit/subsuite.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/subsuite.js b/tests/unit/subsuite.js index b583bbd75..148f35b1e 100644 --- a/tests/unit/subsuite.js +++ b/tests/unit/subsuite.js @@ -7,7 +7,7 @@ var versions = [ "git" ], additionalTests = { - position: [ "position_deprecated.html" ] + // component: [ "other_test.html" ] }; window.testAllVersions = function( widget ) { |