зеркало из https://github.com/mozilla/pjs.git
Clearer formatting.
This commit is contained in:
Родитель
1d4a7add30
Коммит
d2be04fb36
|
@ -113,7 +113,9 @@ public class NativeArray extends ScriptableObject {
|
|||
if (ScriptRuntime.toUint32(d) == d &&
|
||||
ScriptRuntime.numberToString(d).equals(id) &&
|
||||
this.length <= d && d != 4294967295.0)
|
||||
{
|
||||
this.length = (long)d + 1;
|
||||
}
|
||||
|
||||
super.put(id, start, value);
|
||||
}
|
||||
|
|
|
@ -113,7 +113,9 @@ public class NativeArray extends ScriptableObject {
|
|||
if (ScriptRuntime.toUint32(d) == d &&
|
||||
ScriptRuntime.numberToString(d).equals(id) &&
|
||||
this.length <= d && d != 4294967295.0)
|
||||
{
|
||||
this.length = (long)d + 1;
|
||||
}
|
||||
|
||||
super.put(id, start, value);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче