Explorar o código

Merge pull request #3594 from elsassph/fix/requestanimationframe

RequestAnimationFrameCallback signature fix
Simon Krajewski %!s(int64=10) %!d(string=hai) anos
pai
achega
a7ec0ecf84
Modificáronse 1 ficheiros con 1 adicións e 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;