Cosmetics: layot fixes

This commit is contained in:
igor%mir2.org 2003-07-15 20:44:17 +00:00
parent 57099e39f3
commit 697f7be97f

View File

@ -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 */