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

index 15a1edd..b2238c4 100644 (file)
@@ -330,6 +330,18 @@ Base = XObject.define(
                 }
                 // standard. .
                 
+                if (this.doubleStringProps) {
+                    if (this.doubleStringProps.indexOf(i)) {
+                        els.push(left + JSON.stringify(obj[i]));
+                        continue;
+                    }
+                    
+                    
+                    
+                    continue;
+                }
+                
+                
                 els.push(left + JSON.stringify(obj[i]));
             });