--
You received this message because you are subscribed to the Google Groups "JavaScriptMVC" group.
To post to this group, send email to javasc...@googlegroups.com.
To unsubscribe from this group, send email to javascriptmv...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/javascriptmvc?hl=en.
--
You received this message because you are subscribed to the Google Groups "JavaScriptMVC" group.
To post to this group, send email to javasc...@googlegroups.com.
To unsubscribe from this group, send email to javascriptmv...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/javascriptmvc?hl=en.
To unsubscribe from this group, send email to javascriptmv...@googlegroups.com.
To unsubscribe from this group, send email to javascriptmv...@googlegroups.com.
To unsubscribe from this group, send email to javascriptmv...@googlegroups.com.
On Wed, Jul 7, 2010 at 5:24 PM, dvmorris <dvmo...@gmail.com> wrote:
> To unsubscribe from this group, send email to javascriptmv...@googlegroups.com.
return ([ mx[0], s.substring(mx[0].length) ]);
did you try removing the parenthesis:
return [ mx[0], s.substring(mx[0].length) ];
> To unsubscribe from this group, send email to javascriptmv...@googlegroups.com.
Sent from my iPhone
Sent from my iPhone
On Jul 7, 2010, at 6:47 PM, dvmorris <dvmo...@gmail.com> wrote:
One workaround is to wrap datejs code with this:
if (!navigator.userAgent.match(/Rhino/)) {
...
datejs code
...
}
this should allow you to compress the app.
How does Env use date? Date is part of ECMAScript, not the DOM.
Sent from my iPhone