This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
haxe
/
HaxeFoundation.haxe
mirror da
https://github.com/HaxeFoundation/haxe.git
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
fixed js.Cookie to use Haxe's Date instead of js.Date
Alexander Kuzmenko
7 anni fa
parent
6ddecfe9a4
commit
dd54295310
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
2
0
std/js/Cookie.hx
+ 2
- 0
std/js/Cookie.hx
Vedi File
@@ -21,6 +21,8 @@
*/
package js;
+import Date;
+
class Cookie {
/**
Create or update a cookie.