You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My Android phone throws this error "unexpected token function" when loading the clipboard.js script file.
This is on line 150 of clipboard.js.
Which looks like this:
exports.function = function(value)
I think you are naming a function 'function'.
It looks to me like android does not want you to use the word 'function' as a function name.
Is it possible for this to be changed to a different name?
Regards,
Mark.
The text was updated successfully, but these errors were encountered:
Hello,
My Android phone throws this error "unexpected token function" when loading the clipboard.js script file.
This is on line 150 of clipboard.js.
Which looks like this:
exports.function = function(value)
I think you are naming a function 'function'.
It looks to me like android does not want you to use the word 'function' as a function name.
Is it possible for this to be changed to a different name?
Regards,
Mark.
The text was updated successfully, but these errors were encountered: