Skip to content

Instantly share code, notes, and snippets.

@michaeljacobdavis
Created February 29, 2016 23:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaeljacobdavis/62a11867fc246919d5a5 to your computer and use it in GitHub Desktop.
Save michaeljacobdavis/62a11867fc246919d5a5 to your computer and use it in GitHub Desktop.
What not to do
setTimeout(function () {
async.parallel(conditions, function (err) {
setTimeout(function () {
$('[lazo-cmp-container="lazo-layout-body"]').animate({
}, 500, function () {
setTimeout(function () {
}, 100);
});
}, 10);
});
}, 10);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment