blob: 7afeae5bacf2f588f05004058cd0b617b7c621bc [file] [log] [blame]
import 'dart:html';
main() {
window.requestAnimationFrame((num time) => false);
}