desandro / imagesloaded

:camera: JavaScript is all like "You images done yet or what?"

Home Page:https://imagesloaded.desandro.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.bind deprecated

BackuPs opened this issue · comments

hi

.bind in jquery is deprecated. How to rewrite this code?

		setTimeout( this.check.bind( this ) );

Thank you !