saheb11 / datejs

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

Errors running datejs through Rhino #105

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Load date.js (compressed or uncompressed) through Rhino 
(http://www.mozilla.org/rhino/)
2. Receive this error: "missing } in compound statement"
3. Also, I receive other errors when loading date.js as a resource in a 
JavascriptMVC project. Details on these errors can be found here: 
http://groups.google.com/group/javascriptmvc/browse_thread/thread/52a8dd7ced84dd
06?hl=en

What is the expected output? What do you see instead?
I expect the files to be loaded in Rhino without any errors.

What version of the product are you using? On what operating system?
The latest version from google code, compressed and uncompressed.
Windows 7 64-bit
Rhino 1.7 release 2 2009 03 22

Please provide any additional information below.
Here is some more information about the error in the context of the 
JavaScriptMVC framework's compression function:
http://groups.google.com/group/javascriptmvc/browse_thread/thread/52a8dd7ced84dd
06?hl=en

Original issue reported on code.google.com by dvmor...@gmail.com on 14 Jul 2010 at 3:09