Removed unneccessary setting of length of arraybuffer #7

Closed
khankuan wants to merge 1 commits from fix-arraybuffer-set-length into master
Showing only changes of commit efb228ab75 - Show all commits

@ -106,7 +106,6 @@
mdb[2*i] = DD[j]; mdb[2*i+1] = DD[j+1];
}
}
mdb.length = 2 * len;
return mdb.toString('ucs2');
};
};