malsup / blockui

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

$.boxModel is depricated (and removed from jQuery 1.8) #43

Closed Digitaledgestudios closed 12 years ago

Digitaledgestudios commented 12 years ago

$.boxModel always returns undefined in jquery 1.8. You could use $.support.boxModel, but that check is also depricated (but still works)

Digitaledgestudios commented 12 years ago

That was fast! But you probably need to update the 2 references to jQuery.boxModel also (sorry, should have mentioned those earlier)

malsup commented 12 years ago

Thanks for catching that. Fixed again.

Digitaledgestudios commented 12 years ago

Great stuff!