uploadify icon indicating copy to clipboard operation
uploadify copied to clipboard

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

Open jakeuj opened this issue 3 years ago • 0 comments

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 avatar Mar 09 '21 01:03 jakeuj