Builder/RightGtkView.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 17 May 2010 06:14:48 +0000 (14:14 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 17 May 2010 06:14:48 +0000 (14:14 +0800)
Builder/RightGtkView.js

index 13598d0..2cdac2e 100755 (executable)
@@ -378,7 +378,7 @@ RightGtkView = new XObject({
                     els.push(JSON.stringify(i) + ":" + obj[i]);
                     return;
                 }
-                if (typeof(i) == 'string' && i[0] == '|') {
+                if (typeof(el) == 'string' && i[0] == '|') {
                     // does not hapepnd with arrays..
                     if (!obj[i].length) { //skip empty.
                         return;