mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-08 08:30:58 +00:00
fixed double equals lint warning
This commit is contained in:
parent
97feeaffc0
commit
37f533f12b
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
// if we have a result check it, otherwise check back shortly
|
||||
if( result ){
|
||||
ok( result == "qunit-pass" );
|
||||
ok( result === "qunit-pass" );
|
||||
|
||||
// prevent the next interval of the check function and the test timeout
|
||||
clearTimeout( checkTimer );
|
||||
|
|
|
|||
Loading…
Reference in a new issue