JSFrame.js
JSFrame.js copied to clipboard
problem : Uncaught TypeError: M.setFrame is not a function
Uncaught TypeError: M.setFrame is not a function
at b.y [as constructor] (jsframe.min.js?7e9b:6:1)
at new b (jsframe.min.js?7e9b:6:1)
at C.createFrame (jsframe.min.js?7e9b:6:1)
at C.create (jsframe.min.js?7e9b:6:1)
I get same error and I found that it's related to Array.prototype
Array.prototype.any_new_method = function() {}
If you add any arbitrary method to Array.prototype, jsframe will fail with this error.
version: jsframe.js-1.6.2