Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jquery.uploadifive.min.js:6 Uncaught TypeError: Cannot set property '$e' of undefined #9

Open
jakeuj opened this issue Mar 9, 2021 · 0 comments · May be fixed by #10
Open

jquery.uploadifive.min.js:6 Uncaught TypeError: Cannot set property '$e' of undefined #9

jakeuj opened this issue Mar 9, 2021 · 0 comments · May be fixed by #10

Comments

@jakeuj
Copy link

jakeuj commented Mar 9, 2021

I use jquery.uploadifive.js is fine, but got an error from jquery.uploadifive.min.js

jquery.uploadifive.min.js:6 Uncaught TypeError: Cannot set property '$e' of undefined

  • Pretty print
 d.Je.$e = function(e) {
        if (o[e]) {
            return o[e].apply(this, Array.prototype.slice.call(arguments, 1))
        } else if (typeof e === "object" || !e) {
            return o.init.apply(this, arguments)
        } else {
            d.error("The method " + e + " does not exist in $.uploadify")
        }
    }
}
@jakeuj jakeuj linked a pull request Mar 9, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant