Browse Source

remove sync arg for now

v1.x
Tj Holowaychuk 13 years ago
parent
commit
bcc3f6a98a
  1. 2
      lib/canvas.js

2
lib/canvas.js

@ -140,7 +140,7 @@ Canvas.prototype.createSyncJPEGStream = function(options){
return new JPEGStream(this, { return new JPEGStream(this, {
bufsize: options.bufsize || 4096 bufsize: options.bufsize || 4096
, quality: options.quality || 75 , quality: options.quality || 75
}, true); });
}; };
/** /**

Loading…
Cancel
Save