Remove dangling semi-colon

remove dangling semi-colon.
Este commit está contenido en:
Chris J. Lee 2016-05-10 11:01:01 -05:00
padre e588305f24
commit 91a98dee8f

Ver fichero

@ -2,8 +2,7 @@
"use strict";
function btoa(str) {
var buffer
;
var buffer;
if (str instanceof Buffer) {
buffer = str;