Browse Source

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

Alexander Kuzmenko 7 years ago
parent
commit
dd54295310
1 changed files with 2 additions and 0 deletions
  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.