Removing an extraneous line.

This commit is contained in:
pschwartau%netscape.com 2002-03-25 23:51:06 +00:00
parent 9d58920112
commit 3460c97c56

View File

@ -95,7 +95,6 @@ addThis();
arr = [0,1,2,3];
cmp = function(x,y) {return x-y;};
arr.sort(cmp);
arr.join = Array.prototype.join;
status = inSection(4);
actual = arr.join();