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 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Saturday, 10 March 2012 06:19:17 GMT