Quellcode durchsuchen

Merge pull request #3594 from elsassph/fix/requestanimationframe

RequestAnimationFrameCallback signature fix
Simon Krajewski vor 10 Jahren
Ursprung
Commit
a7ec0ecf84
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      std/js/html/RequestAnimationFrameCallback.hx

+ 1 - 1
std/js/html/RequestAnimationFrameCallback.hx

@@ -23,4 +23,4 @@
 // This file is generated, do not edit!
 package js.html;
 
-typedef RequestAnimationFrameCallback = Float -> Bool;
+typedef RequestAnimationFrameCallback = Float -> Void;