Palete/Javascript.vala
authorAlan Knowles <alan@roojs.com>
Wed, 17 Sep 2014 11:01:14 +0000 (19:01 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 17 Sep 2014 11:01:14 +0000 (19:01 +0800)
Palete/Javascript.vala

index 8dfae9b..8451925 100644 (file)
@@ -74,7 +74,8 @@ namespace Palete {
                                   0,
                                   out ex
                        );
-                       if (ex.is_null(ctx)) {
+                       res = ""; 
+                       if (!ex.is_null(ctx)) {
                                res = "??";
                        }
                        return ret;