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

set! function added generality

parent 8098ac1a
Branches
No related tags found
No related merge requests found
......@@ -82,6 +82,10 @@ function set!(gui::GUI, dom::WebIO.Node)
gui.dom = dom
end
function set!(gui::GUI, dom::WebIO.Scope)
gui.dom = Node(dom)
end
function set!(gui::GUI, data::Array)
gui.data = data
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment