src/JsRender/NodeToJs.vala
authorAlan Knowles <alan@roojs.com>
Sat, 3 Feb 2024 10:07:54 +0000 (18:07 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 3 Feb 2024 10:07:54 +0000 (18:07 +0800)
src/JsRender/NodeToJs.vala

index 413393a..6099a62 100644 (file)
@@ -16,7 +16,7 @@
 
 
 
-public class JsRender.NodeToJs : JsRender.NodeWriter {
+public class JsRender.NodeToJs : NodeWriter {
 
        static uint indent = 1;
        static string indent_str = " ";