Skip to content
Snippets Groups Projects
Commit 2e764ad8 authored by Jacob Wikmark's avatar Jacob Wikmark
Browse files

minor fix

parent b4dd8845
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,7 @@ include("svg_helper.jl") ...@@ -8,6 +8,7 @@ include("svg_helper.jl")
#We redefine WebIO.newid to prevent nodes from getting infinitely high values, #We redefine WebIO.newid to prevent nodes from getting infinitely high values,
# and Base.show is redefined to prevent memory leaks when constructing SVGs # and Base.show is redefined to prevent memory leaks when constructing SVGs
#=
const max_nodes = 100000 const max_nodes = 100000
let count=1 let count=1
global newid global newid
...@@ -32,4 +33,5 @@ function Base.show(io::IO, m::MIME"text/html", x::Node) ...@@ -32,4 +33,5 @@ function Base.show(io::IO, m::MIME"text/html", x::Node)
WebIO.jsexpr(io, x) WebIO.jsexpr(io, x)
write(io, ")</script>") write(io, ")</script>")
end end
=#
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment