Explorar el Código

Update render.js

Adrian Muraru hace 7 años
padre
commit
bd1f87ed45
Se han modificado 1 ficheros con 0 adiciones y 7 borrados
  1. 0 7
      tools/phantomjs/render.js

+ 0 - 7
tools/phantomjs/render.js

@@ -69,13 +69,6 @@
             height: bb.height
           };
 
-          page.clipRect = {
-            top:    bb.top,
-            left:   bb.left,
-            width:  bb.width,
-            height: bb.height
-          };
-
           page.render(params.png);
           phantom.exit();
         } else {