bitovi / jquerypp

jQuery's missing utils and special events
http://jquerypp.com
MIT License
1.21k stars 160 forks source link

Minified 2.0.2 throws error #130

Open Macrofig opened 7 years ago

Macrofig commented 7 years ago

When using https://unpkg.com/jquerypp@2.0.2/dist/global/jquerypp.js

I get this error:

jquerypp.min.js:12 Uncaught TypeError: Cannot read property 'fn' of undefined
    at jquerypp.min.js:12
    at global.define (jquerypp.min.js:10)
    at jquerypp.min.js:12

I haven't had a chance to look into the error but using the non-minified works fine.

chasenlehara commented 7 years ago

It’s just the minified file that’s having issues, right?

https://unpkg.com/jquerypp@2.0.2/dist/global/jquerypp.min.js