Cameron McCormack | 18 Oct 2010 08:34
Picon
Gravatar

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/


Gmane