Builder/Provider/File/Base.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 27 Jul 2010 07:24:55 +0000 (15:24 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 27 Jul 2010 07:24:55 +0000 (15:24 +0800)
Builder/Provider/File/Base.js

index 0fe5431..01ef2cf 100644 (file)
@@ -339,10 +339,10 @@ Base = XObject.define(
                     return;
                 }
                 // strings..
-                if (!this.doubleStringProps) {
+                if (!_this.doubleStringProps) {
                     els.push(left + JSON.stringify(obj[i]));
                 }
-                if (this.doubleStringProps.indexOf(i) > -1) {
+                if (_this.doubleStringProps.indexOf(i) > -1) {
                     els.push(left + JSON.stringify(obj[i]));
                     return;
                 }