liaolzy / oauth

Automatically exported from code.google.com/p/oauth
0 stars 0 forks source link

Problem while running the js library outside of the context of a browser #132

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run the library outside the context of a browser, like in Rhino js runtime

What is the expected output? What do you see instead?
Expected the sing of a request, but instead i got the error 'document
object not found'

What version of the product are you using? On what operating system?
svn version of the library

Please provide any additional information below.
Seems the declaration of document.getElementById is failling from
environments like Rhino.

Thanks,
Francisco

Original issue reported on code.google.com by mepartoc...@gmail.com on 7 Oct 2009 at 4:09

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
fixed in -r1217

Original comment by jmkrist...@gmail.com on 29 May 2010 at 3:54