Minor clean-up
This commit is contained in:
parent
e8130405e4
commit
e98acdd917
|
@ -210,8 +210,8 @@ code,pre{font-family:Monaco,Consolas,"Lucida Console",monospace;
|
|||
represent values from 10 to 35. For bases above 36, <code>a-z</code>
|
||||
represents values from 10 to 35, <code>A-Z</code> from 36 to 61, and
|
||||
<code>$</code> and <code>_</code> represent 62 and 63 respectively <i>
|
||||
(this can be changed by ediiting the DIGITS variable near the top of the
|
||||
source file).</i>
|
||||
(this can be changed by editing the <code>DIGITS</code> variable near
|
||||
the top of the source file).</i>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
|
|
|
@ -203,6 +203,6 @@ var count = (function ceil(BigNumber) {
|
|||
// ------------------------------------------------------------------ v8 end
|
||||
|
||||
log('\n ' + passed + ' of ' + total + ' tests passed in ' + (+new Date() - start) + ' ms \n');
|
||||
return [passed, total];;
|
||||
return [passed, total];
|
||||
})(this.BigNumber);
|
||||
if (typeof module !== 'undefined' && module.exports) module.exports = count;
|
Loading…
Reference in New Issue