mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-15 01:53:09 +00:00
whitespace and missing semicolon in setTimeout for non webkit animationComplete
This commit is contained in:
parent
4830ac9e9b
commit
8b5f083974
1 changed files with 58 additions and 58 deletions
|
|
@ -214,7 +214,7 @@
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
// defer execution for consistency between webkit/non webkit
|
// defer execution for consistency between webkit/non webkit
|
||||||
setTimeout(callback, 0)
|
setTimeout(callback, 0);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue