Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:mozilla/doctorjs
Browse files Browse the repository at this point in the history
  • Loading branch information
dimvar committed Nov 14, 2011
2 parents 73def4d + 061c69c commit 2f78dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/e10s/xul.js
Expand Up @@ -44,7 +44,7 @@ var config = jsconf.readFileSync("xul.jsconf");

function extractScripts(path, cb) {
var stream = fs.createReadStream(path);
var saxStream = sax.createStream(true, { lowercasetags: true });
var saxStream = sax.createStream(false, { lowercasetags: true, noscript: true });

var context = null;

Expand Down

0 comments on commit 2f78dcb

Please sign in to comment.