Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
f666e8bd
Commit
f666e8bd
authored
Nov 05, 2015
by
Kim Nguyễn
Browse files
Adapt the topelvel code to the new module names.
parent
625e1547
Changes
1
Hide whitespace changes
Inline
Side-by-side
driver/cducetop_js_runtime.ml
View file @
f666e8bd
...
@@ -113,7 +113,7 @@ let get_opt o =
...
@@ -113,7 +113,7 @@ let get_opt o =
let () =
let () =
Cduce_config.init_all ();
Cduce_config.init_all ();
Cduce_js
.use ();
Jsoo_plugin
.use ();
let inputarea = get_opt (Dom_html.document ## getElementById (Js.string "
inputarea
")) in
let inputarea = get_opt (Dom_html.document ## getElementById (Js.string "
inputarea
")) in
let inputarea = match Dom_html.tagged inputarea with
let inputarea = match Dom_html.tagged inputarea with
Dom_html.Textarea e -> e
Dom_html.Textarea e -> e
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment