Home | History | Annotate | Download | only in embenchen

Lines Matching full:module_requestanimationframe

5589   Module["requestAnimationFrame"] = function Module_requestAnimationFrame(func) { Browser.requestAnimationFrame(func) };