View file phpBB3/vendor/s9e/text-formatter/src/Parser/AttributeFilters/FalseFilter.js
/** @const */
var FalseFilter =
{
/**
* @param {*} attrValue
* @return {boolean}
*/
filter: function(attrValue)
{
return false;
}
};
/** @const */
var FalseFilter =
{
/**
* @param {*} attrValue
* @return {boolean}
*/
filter: function(attrValue)
{
return false;
}
};