Hotfix: Wrong console.log
This commit is contained in:
parent
964d5fcf35
commit
1f26995f2e
@ -6,7 +6,6 @@ $(function () {
|
|||||||
$animate.appear();
|
$animate.appear();
|
||||||
$animate.on('appear', function (event, affected) {
|
$animate.on('appear', function (event, affected) {
|
||||||
for (var i = 0; i < affected.length; i++) {
|
for (var i = 0; i < affected.length; i++) {
|
||||||
console.log(affected[i]);
|
|
||||||
$(affected[i]).addClass('animated');
|
$(affected[i]).addClass('animated');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user