diff options
author | timmywil <timmywillisn@gmail.com> | 2011-11-16 11:39:34 -0500 |
---|---|---|
committer | timmywil <timmywillisn@gmail.com> | 2011-11-16 11:39:34 -0500 |
commit | 7c2d6c8cd87ce62210ca9f72bf132d4b1a797940 (patch) | |
tree | 071fcce5b6819672cff64c05dfd378fb05e1f236 | |
parent | 780c59b89d3b7fb9bcc480aa3173693a9d633853 (diff) | |
download | jquery-7c2d6c8cd87ce62210ca9f72bf132d4b1a797940.tar.gz jquery-7c2d6c8cd87ce62210ca9f72bf132d4b1a797940.zip |
Fix error in test suite from testElementCrash.html; did not have callbacks.js
-rw-r--r-- | test/data/support/testElementCrash.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/data/support/testElementCrash.html b/test/data/support/testElementCrash.html index db2c45500..583ca7b0f 100644 --- a/test/data/support/testElementCrash.html +++ b/test/data/support/testElementCrash.html @@ -8,6 +8,7 @@ } </style> <script src="../../../src/core.js"></script> + <script src="../../../src/callbacks.js"></script> <script src="../../../src/deferred.js"></script> <script src="../../../src/support.js"></script> </head> |