Closed ildar-ceo closed 3 years ago
/** * Repaint layout */ public void repaint() { if (this.animation_id == null) { this.animation_id = window.requestAnimationFrame( method this.render ); } }
Dict obj = to_obj { "test": "a", "test2": "b", "arr": [1,2,3,4,5] }