Gregg Tavares 4 years ago
parent
commit
6993fa41e6
1 changed files with 0 additions and 9 deletions
  1. 0 9
      Gruntfile.js

+ 0 - 9
Gruntfile.js

@@ -140,15 +140,6 @@ module.exports = function(grunt) {
       'zh': true,
     };
 
-    /*
-    const dom = new JSDOM(html, {
-      //url: "https://example.org/",
-      //referrer: "https://example.com/",
-      //contentType: "text/html",
-    });
-    global.window = dom.window;
-    global.document = dom.window.document;f
-    */
     global.document.open('text/html', 'replace');
     global.document.write(html);
     global.document.close();