Update QUnit, fix visibility of #dl and pass JSLint in effects.js
This commit is contained in:
parent
ecf6a3c383
commit
68cc3ad730
3 changed files with 24 additions and 24 deletions
|
@ -60,7 +60,7 @@
|
|||
</div>
|
||||
<!-- this iframe is outside the #qunit-fixture so it won't reload constantly wasting time, but it means the tests must be "safe" and clean up after themselves -->
|
||||
<iframe id="loadediframe" name="loadediframe" style="display:none;" src="data/iframe.html"></iframe>
|
||||
<dl id="dl" style="position:absolute;top:-32767px;left:-32767px;">
|
||||
<dl id="dl" style="position:absolute;top:-32767px;left:-32767px;width:1px">
|
||||
<div id="qunit-fixture">
|
||||
<p id="firstp">See <a id="simon1" href="http://simon.incutio.com/archive/2003/03/25/#getElementsBySelector" rel="bookmark">this blog entry</a> for more information.</p>
|
||||
<p id="ap">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue