I\'ve got the following...
chrome.extension.sendRequest({ req: \"getDocument\", docu: pagedoc, name: \'name\' }, function(response){ var efjs = respo
I was getting the same error with jQuery formvaliadator, but when I removed a console.log inside success: function, it worked.