soumavachakraborty / gaforflash

Automatically exported from code.google.com/p/gaforflash
Apache License 2.0
0 stars 0 forks source link

UTMCookie.expiration problem in the return value #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Problem in the UTMCookie.expiration property.

The Date returns in the method must use a valueOf() in the expression :

{{{
return new Date( (new Date()).valueOf() + 1000 );
}}}

Original issue reported on code.google.com by ekamel...@gmail.com on 17 Nov 2008 at 7:03

GoogleCodeExporter commented 8 years ago
We must finish the tests

Original comment by ekamel...@gmail.com on 17 Nov 2008 at 8:36

GoogleCodeExporter commented 8 years ago

Original comment by ekamel...@gmail.com on 17 Nov 2008 at 8:37

GoogleCodeExporter commented 8 years ago

Original comment by zwetan on 24 Nov 2008 at 7:21

GoogleCodeExporter commented 8 years ago

Original comment by zwetan on 24 Nov 2008 at 7:23

GoogleCodeExporter commented 8 years ago

Original comment by zwetan on 3 Dec 2008 at 5:17