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:
parent
274070b318
commit
bbc37215d9
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user