Commit 4b1ff972 authored by David Schnur's avatar David Schnur

Merge pull request #966 from bor/fix/PLUGINS_example

Fix example (syntax error and indenting).
parents 2cd4f8b9 68df2de3
...@@ -57,6 +57,7 @@ how much info to output: ...@@ -57,6 +57,7 @@ how much info to output:
msg += " with " + series.data.length + " points"; msg += " with " + series.data.length + " points";
alert(msg); alert(msg);
} }
}
plot.hooks.processOptions.push(checkDebugEnabled); plot.hooks.processOptions.push(checkDebugEnabled);
} }
......
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