mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 04:46:00 +10:00
jquery.ba-bbq relies on jQuery.browser being defined. It works fine with jQuery-1.9 on modern browsers but a JavaScript error is thrown and logged by the browser when it tries to access jQuery.browser.msie. Since the official jquery.ba-bbq may not be updated for some time to support jQuery-1.9 directly, this change requires jquery-migrate in the case that jquery.ba-bbq’s dependency on jQuery is satisfied by ≥jquery-1.9. The version range specifiers are based on https://npmjs.org/doc/json.html#dependencies and the package OR syntax is from http://wiki.commonjs.org/wiki/Packages/1.1#Package_Descriptor_File .