Sfoglia il codice sorgente

fixed js.Cookie to use Haxe's Date instead of js.Date

Alexander Kuzmenko 7 anni fa
parent
commit
dd54295310
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      std/js/Cookie.hx

+ 2 - 0
std/js/Cookie.hx

@@ -21,6 +21,8 @@
  */
 package js;
 
+import Date;
+
 class Cookie {
 	/**
 		Create or update a cookie.