From 697f7be97f19484c3b564818071b517028980c46 Mon Sep 17 00:00:00 2001 From: "igor%mir2.org" Date: Tue, 15 Jul 2003 20:44:17 +0000 Subject: [PATCH] Cosmetics: layot fixes --- js/rhino/src/org/mozilla/javascript/NativeArray.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/rhino/src/org/mozilla/javascript/NativeArray.java b/js/rhino/src/org/mozilla/javascript/NativeArray.java index 87a2daa478be..ecec663f8b1b 100644 --- a/js/rhino/src/org/mozilla/javascript/NativeArray.java +++ b/js/rhino/src/org/mozilla/javascript/NativeArray.java @@ -927,7 +927,7 @@ public class NativeArray extends IdScriptable { long length = getLengthProperty(thisObj); /* Convert the first argument into a starting index. */ - long begin = toSliceIndex(ScriptRuntime.toInteger(args[0]), length); + long begin = toSliceIndex(ScriptRuntime.toInteger(args[0]), length); argc--; /* Convert the second argument into count */