src/Palete/Palete.vala
authorAlan Knowles <alan@roojs.com>
Tue, 7 Jun 2016 08:28:59 +0000 (16:28 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 7 Jun 2016 08:28:59 +0000 (16:28 +0800)
src/Palete/Palete.vala

index 5dddc91..06bf729 100644 (file)
@@ -375,7 +375,7 @@ namespace Palete
                        if (file.language != "js") {
                                return ret;
                         }
-                        if (ptype != "listener" && property[0] == '|') {
+                        if (ptype != "listener" && property.length > 0 && property[0] == '|') {
                                return ret;
                         }