18 Oct 2010 08:34
ReSpec configuration defaulting
Cameron McCormack <cam <at> mcc.id.au>
2010-10-18 06:34:36 GMT
2010-10-18 06:34:36 GMT
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/
RSS Feed