Explorar el Código

Merge pull request #3594 from elsassph/fix/requestanimationframe

RequestAnimationFrameCallback signature fix
Simon Krajewski hace 10 años
padre
commit
a7ec0ecf84
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;