aboutsummaryrefslogtreecommitdiff
path: root/editor/example.html
diff options
context:
space:
mode:
Diffstat (limited to 'editor/example.html')
-rw-r--r--editor/example.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/example.html b/editor/example.html
index 7321386..1c22f3f 100644
--- a/editor/example.html
+++ b/editor/example.html
@@ -20,7 +20,7 @@
OpenFile: doOpenFile,
}
- wuiEditor = new Editor(opts)
+ wuiEditor = new WuiEditor(opts)
wuiEditor.OpenFile("/test.aww")
}