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

Cannot read property 'makeJQueryPlugin' of undefined

gzwawj opened this issue · comments

require.config({
	baseUrl:'static/js/',
	paths:{
		jquery:'modules/jquery-3.2.1.slim.min',
		waypoints:'modules/jquery.waypoints.min',
		imagesLoaded:'modules/imagesloaded.pkgd.min'
	}
})

require(['jquery','waypoints','imagesLoaded'],function($,imagesLoaded){
	imagesLoaded.makeJQueryPlugin( $ );

加载顺序导致的