diff options
author | Thomas Lange <code@nerdmind.de> | 2018-01-28 02:37:44 +0100 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2018-01-28 02:37:44 +0100 |
commit | fbe375107d96be9488b7072c8687a1acc3ba2fa6 (patch) | |
tree | ce9cac1e57bca6816f3d10fc0b96d9ae99ff0598 /static/blue.php | |
parent | c6bd37658cdae7e1dcd3ff4664c7e8a84a77bba7 (diff) | |
download | bigpipe-fbe375107d96be9488b7072c8687a1acc3ba2fa6.tar.gz bigpipe-fbe375107d96be9488b7072c8687a1acc3ba2fa6.tar.xz bigpipe-fbe375107d96be9488b7072c8687a1acc3ba2fa6.zip |
Remove superflous function calls from two methods
This commit removes the superflous function calls "removeLineBreaksAndTabs" from the "Pagelet::getStructure()" and "Item::addPhaseDoneJS()" method. If it bothers you when some properties of the JSON-encoded pagelet object contain line breaks and tabs (visible as "\r", "\n" and "\t"), then you'll need to remove them before you pass the string of javascript code to the corresponding methods:
* $Pagelet->addJSCode(removeLineBreaksAndTabs($javascript_code));
* $Pagelet->addPhaseDoneJS(0, removeLineBreaksAndTabs($javascript_code));
Diffstat (limited to 'static/blue.php')
0 files changed, 0 insertions, 0 deletions