Added compatiblity js method

This commit is contained in:
Lucas Bartholemy 2017-01-22 11:41:56 +01:00
parent a781418ad1
commit 5f627a38d4

View File

@ -24,10 +24,12 @@ function htmlDecode(value) {
}
/**
* Dummy method for compatibility reasons (prio 1.2)
*
* @deprecated since 1.2
* @returns string
*/
function parseHtml(htmlString) {
return htmlString;
}