jiangts / jslzjb

Automatically exported from code.google.com/p/jslzjb
0 stars 0 forks source link

Patch for /trunk/Iuppiter.js #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Fixing invalid integer division that was breaking Base64 padding

Original issue reported on code.google.com by thegrego...@gmail.com on 29 Nov 2012 at 2:12

Attachments:

GoogleCodeExporter commented 8 years ago
For a number 'x' in JavaScript, (x / 3) * 3 === x

Original comment by thegrego...@gmail.com on 29 Nov 2012 at 2:15