Skip to content

Commit d8dc5d9

Browse files
committed
lib: fix #637
1 parent 9468160 commit d8dc5d9

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

lib/js.ml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,9 +344,7 @@ class type date_constr = object
344344
method _UTC_sec : int -> int -> int -> int -> int -> int -> float meth
345345
method _UTC_ms :
346346
int -> int -> int -> int -> int -> int -> int -> float meth
347-
(*
348347
method now : float meth
349-
*)
350348
end
351349

352350
let date_constr = Unsafe.global##._Date

lib/js.mli

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,9 +458,7 @@ class type date_constr = object
458458
method _UTC_sec : int -> int -> int -> int -> int -> int -> float meth
459459
method _UTC_ms :
460460
int -> int -> int -> int -> int -> int -> int -> float meth
461-
(* This method is not available on Internet Explorer...
462461
method now : float meth
463-
*)
464462
end
465463

466464
val date : date_constr t

0 commit comments

Comments
 (0)