mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 08:25:03 +02:00
add some JSDoc so Eclipse shows an outline: @memberOf and @augments (not yet understood by Eclipse), also fixed many warnings (mostly missing semicolons)
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* eGroupWare eTemplate2 - Functions which allow resizing of table headers
|
||||
* EGroupware eTemplate2 - Functions which allow resizing of table headers
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @package etemplate
|
||||
@ -43,7 +43,7 @@
|
||||
// Prevent text selection
|
||||
_elem[0].onselectstart = function() {
|
||||
return false;
|
||||
}
|
||||
};
|
||||
|
||||
// Reset the "didResize" flag
|
||||
didResize = false;
|
||||
@ -121,12 +121,12 @@
|
||||
}
|
||||
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
this.et2_dataview_resetResizeable = function(_elem)
|
||||
{
|
||||
// Remove all events in the ".resize" namespace from the element
|
||||
_elem.unbind(".resize");
|
||||
}
|
||||
};
|
||||
}).call(window);
|
||||
|
||||
|
Reference in New Issue
Block a user