If you go to a google result page, and run rwt.toString()
, you'll see that the return call for this function is:
return !0;
I can't think of any reason why this wouldn't always be true
. Is this just a shorthand for true
, or is there more going on here?