yahoo / serialize-javascript

Serialize JavaScript to a superset of JSON that includes regular expressions and functions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uncaught TypeError: Serializing native function: click

xeroxstar opened this issue · comments

I am getting this error, what does it mean?

index.js?f653:111 Uncaught TypeError: Serializing native function: click
    at serializeFunc (index.js?f653:111)
    at eval (index.js?f653:208)
    at String.replace (<anonymous>)
    at serialize (index.js?f653:185)
    at Function.serialize (_.js?edd5:56)
    at eval (skeleton.mixin.js?d550:233)

Nevermind, i know what does it mean now, here is a link from stackoverflow that has the answer.