mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 09:52:22 +00:00
This commit is contained in:
@@ -231,4 +231,11 @@ function getTreeCellText(tree, col, idx)
|
||||
{
|
||||
col = tree.columns ? tree.columns[col] : col;
|
||||
return tree.view.getCellText(idx, col);
|
||||
}
|
||||
|
||||
// ****
|
||||
// * Trim Member Function fuer Strings
|
||||
// ****
|
||||
String.prototype.trim = function() {
|
||||
return this.replace(/^\s+|\s+$/g,"");
|
||||
}
|
||||
Reference in New Issue
Block a user