Commit 51db556e by Alexander Kryklia

now converts gt to > in function body

parent b79be15c
...@@ -266,7 +266,7 @@ define('Graph', ['logme'], function (logme) { ...@@ -266,7 +266,7 @@ define('Graph', ['logme'], function (logme) {
if (typeof funcString !== 'string') { if (typeof funcString !== 'string') {
return; return;
} }
funcString = $('<div>').html(funcString).text();
// Some defaults. If no options are set for the graph, we will // Some defaults. If no options are set for the graph, we will
// make sure that at least a line is drawn for a function. // make sure that at least a line is drawn for a function.
newFunctionObject = { newFunctionObject = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment