diff options
author | jzaefferer <joern.zaefferer@gmail.com> | 2010-04-14 09:15:15 +0200 |
---|---|---|
committer | jzaefferer <joern.zaefferer@gmail.com> | 2010-04-14 09:15:15 +0200 |
commit | acfc66e1ab4c90897139507124de7365fee4afb9 (patch) | |
tree | 6a208a160fec9456b0a356f78a77503fc568d6ab /tests | |
parent | 50fe1d04fc60d57507aa949f585b06a2bcf3aec1 (diff) | |
download | jquery-ui-acfc66e1ab4c90897139507124de7365fee4afb9.tar.gz jquery-ui-acfc66e1ab4c90897139507124de7365fee4afb9.zip |
Revert "Position unit tests: Add module for testswarm to run all tests"
This reverts commit 50fe1d04fc60d57507aa949f585b06a2bcf3aec1.
Should have been commited to master, not tooltip branch.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/position/position_core.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unit/position/position_core.js b/tests/unit/position/position_core.js index 3976e43ab..57e02da0a 100644 --- a/tests/unit/position/position_core.js +++ b/tests/unit/position/position_core.js @@ -2,8 +2,6 @@ * position_core.js */ (function($) { - -module("position"); test('my, at, of', function() { $('#elx').position({ |