Created
February 29, 2016 23:20
-
-
Save michaeljacobdavis/62a11867fc246919d5a5 to your computer and use it in GitHub Desktop.
What not to do
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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