learning-threejs icon indicating copy to clipboard operation
learning-threejs copied to clipboard

"document.getElementById("WebGL-output").empty();"

Open blueyy opened this issue 9 years ago • 1 comments

"document.getElementById("WebGL-output").empty();"this is a jquery function,should be "$("#WebGL-output").empty();".

blueyy avatar Mar 07 '16 07:03 blueyy

same problem also can be fixed by innerHTML=''

picasso250 avatar Aug 10 '19 07:08 picasso250