forked from github/cordova-android
CB-13323 Updated checked-in node_modules
This commit is contained in:
+2
@@ -1143,11 +1143,13 @@ var bigInt = (function (undefined) {
|
||||
var sign = this.sign ? "-" : "";
|
||||
return sign + str;
|
||||
};
|
||||
|
||||
SmallInteger.prototype.toString = function (radix) {
|
||||
if (radix === undefined) radix = 10;
|
||||
if (radix != 10) return toBase(this, radix);
|
||||
return String(this.value);
|
||||
};
|
||||
BigInteger.prototype.toJSON = SmallInteger.prototype.toJSON = function() { return this.toString(); }
|
||||
|
||||
BigInteger.prototype.valueOf = function () {
|
||||
return +this.toString();
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+11
-12
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user