removing unused function

This commit is contained in:
El RIDO 2017-03-25 09:17:04 +01:00
parent 57ebc7338d
commit 9d2e282772
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92

View File

@ -107,19 +107,6 @@ jQuery.PrivateBin = function($, sjcl, Base64, RawDeflate) {
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
*