Hacker News new | ask | show | jobs
by deathanatos 1894 days ago
You're running

  gl.getParameter.toString().toString()
what the comment you're replying to is trying to tell you to run is:

  gl.getParameter.toString.toString()
Call toString on the toString fuction, not on its result.
1 comments