aboutsummaryrefslogtreecommitdiffstats
path: root/src/jquery
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2007-07-09 00:15:44 +0000
committerJohn Resig <jeresig@gmail.com>2007-07-09 00:15:44 +0000
commit54035207fe91cb57f49bb8c0c9f7b4ada8d05346 (patch)
tree3c2cb17caf1da7358801aa2a8476b176bb6292e9 /src/jquery
parentb09043fbf6d98adfd22f85a347256f545afb2c11 (diff)
downloadjquery-54035207fe91cb57f49bb8c0c9f7b4ada8d05346.tar.gz
jquery-54035207fe91cb57f49bb8c0c9f7b4ada8d05346.zip
Tweaked some of the tests, added in events and fx tests.
Diffstat (limited to 'src/jquery')
-rw-r--r--src/jquery/coreTest.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jquery/coreTest.js b/src/jquery/coreTest.js
index 20aaea857..ee4438194 100644
--- a/src/jquery/coreTest.js
+++ b/src/jquery/coreTest.js
@@ -340,7 +340,7 @@ test("wrap(String|Element)", function() {
ok( result.text() == defaultText, 'Check for element wrapping' );
reset();
- stop();
+ //stop();
$('#check1').click(function() {
var checkbox = this;
ok( checkbox.checked, "Checkbox's state is erased after wrap() action, see #769" );