File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
django/applications/catmaid/static/js/widgets Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 11/* global
22 CATMAID,
33 InstanceRegistry,
4- project,
5- WindowMaker,
4+ project
65*/
76
87( function ( CATMAID ) {
5150 buttons . appendChild ( clear ) ;
5251 } ,
5352 createContent : function ( content ) {
54- var self = this ;
5553 var tab = document . createElement ( 'table' ) ;
5654 tab . setAttribute ( "id" , "coordinates-table" + this . widgetID ) ;
5755 tab . setAttribute ( "class" , "coordinates-table" ) ;
143141 return ;
144142 }
145143
146- var titleRow = undefined ;
144+ var titleRow ;
147145 var ix = xField . value - 1 ,
148146 iy = yField . value - 1 ,
149147 iz = zField . value - 1 ;
301299 $ ( 'tbody tr' , self . datatable ) . css ( 'background-color' , '' ) ;
302300 // Highlight this row
303301 $ ( this ) . css ( 'background-color' , CoordinatesTable . prototype . highlighting_color ) ;
304- } )
302+ } ) ;
305303 } ;
306304
307305 // Export coordinates table
You can’t perform that action at this time.
0 commit comments