diff options
author | Oleg <markelog@gmail.com> | 2013-02-01 17:22:08 +0400 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2013-02-04 15:22:07 -0500 |
commit | f3db084f7cc73379b0d6f5341c987e2a801ea032 (patch) | |
tree | 64a89004e60c206c3578b06c66633f87471c9a12 /test/index.html | |
parent | a30785a4dde7430d11eeb94980831ffcca39e2f8 (diff) | |
download | jquery-f3db084f7cc73379b0d6f5341c987e2a801ea032.tar.gz jquery-f3db084f7cc73379b0d6f5341c987e2a801ea032.zip |
Fix #13310. Get the right display value for disconnected nodes. Close gh-1156.
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/index.html b/test/index.html index 918d7d2d7..f073054d8 100644 --- a/test/index.html +++ b/test/index.html @@ -318,6 +318,7 @@ Z</textarea> </div> <div id="fx-tests"></div> + <span id="display"></span> </div> </div> </dl> |