Removing unneeded lookup of the column element. Not part of the build.

git-svn-id: svn://10.0.0.236/trunk@110575 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%netscape.com 2001-12-16 09:39:05 +00:00
parent 274070b318
commit bbc37215d9
2 changed files with 0 additions and 4 deletions

View File

@ -105,8 +105,6 @@
in click rather than mousedown so that you can drag a
selected group of items */
var column = document.getElementById(col.value);
// if the last row has changed in between the time we
// mousedown and the time we click, don't fire the select handler.
// see bug #92366

View File

@ -105,8 +105,6 @@
in click rather than mousedown so that you can drag a
selected group of items */
var column = document.getElementById(col.value);
// if the last row has changed in between the time we
// mousedown and the time we click, don't fire the select handler.
// see bug #92366