From: Freek D. <sf_...@ma...> - 2008-06-03 21:33:27
|
Brett Lentz wrote: >> + if (tokenMode) { >> + // nothing to show >> + } else { > > Is there a reason you didn't use "if (!tokenMode)" ? No. I copied it, and forgot to check later (I dislike the implicit assumption that there are only two modes, but never felt it was important enough to improve). Regards, Freek |