malsup / blockui

jQuery BlockUI Plugin
http://jquery.malsup.com/block/
1.69k stars 506 forks source link

BlockUI automatically generates "jQuery" module if not set in requireJS #86

Open LordMidi opened 10 years ago

LordMidi commented 10 years ago

I'm using requireJS and jQuery. But i don't use jQuery under the default module name "jquery". BlockUI automatically generates this module name and the result is that i get a 404 request because the jquery.js isn't there where BlockUI adds the module definition. Wouldn't it be better not the define the jQuery module inside of BlockUI?

Great plugin by the way. I'm using it a lot since a long time. Thanks for that