Never mind. I tracked the lossage on the warning message down to some changes I had pending in my playpen (which were clearly broken!)
On 2011-02-08, at 10:21, P T Withington wrote: > On 2011-02-08, at 10:09, P T Withington wrote: > >> And with backtrace off I am getting: >> >>> WARNING: The dhtml runtime does not support dhtml. dhtml >>> WARNING: The dhtml runtime does not support dhtml. dhtml >> >> Say what? > > I tracked down why this warning is reading somewhat bizarrely. This > statement: > > var check = capabilityname == '' ? '' : 'Check "canvas.capabilities.' + > capabilityname + '" to avoid this warning.'; > > seems to be being parsed as: > > var check; (check = capabilityname) == '' ? '' : 'Check > "canvas.capabilities.' + capabilityname + '" to avoid this warning.'; > > Is this a result of your recent parser changes? >
