Explorar o código

Update render.js

Adrian Muraru %!s(int64=7) %!d(string=hai) anos
pai
achega
bd1f87ed45
Modificáronse 1 ficheiros con 0 adicións e 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 {