ReSpec configuration defaulting

Hi.  I’m trying out ReSpec.  There are lines like this in
http://dev.w3.org/2009/dap/ReSpec.js/js/respec.js:

  if (!cfg.inlineCSS) cfg.inlineCSS = true;

Shouldn’t these be something like:

  if (cfg.inlineCSS !== undefined) cfg.inlineCSS = true;

?  It’s preventing me from setting inlineCSS to false. :)

-- 
Cameron McCormack ≝ http://mcc.id.au/

Received on Monday, 18 October 2010 06:35:16 UTC