removing unused function
This commit is contained in:
parent
57ebc7338d
commit
9d2e282772
1 changed files with 0 additions and 13 deletions
|
@ -107,19 +107,6 @@ jQuery.PrivateBin = function($, sjcl, Base64, RawDeflate) {
|
||||||
return [v, 'month'];
|
return [v, 'month'];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* checks if a string is valid text (and not onyl whitespace)
|
|
||||||
*
|
|
||||||
* @name Helper.isValidText
|
|
||||||
* @function
|
|
||||||
* @param {string} string
|
|
||||||
* @return {bool}
|
|
||||||
*/
|
|
||||||
me.isValidText = function(string)
|
|
||||||
{
|
|
||||||
return (string.length > 0 && $.trim(string) !== '')
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* text range selection
|
* text range selection
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue