now converts gt to > in function body

This commit is contained in:
Alexander Kryklia
2012-12-18 15:58:26 +02:00
parent b79be15c17
commit 51db556efe

View File

@@ -266,7 +266,7 @@ define('Graph', ['logme'], function (logme) {
if (typeof funcString !== 'string') {
return;
}
funcString = $('<div>').html(funcString).text();
// Some defaults. If no options are set for the graph, we will
// make sure that at least a line is drawn for a function.
newFunctionObject = {