Builder/Provider/File/Base.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 8 Jun 2010 11:34:24 +0000 (19:34 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 8 Jun 2010 11:34:24 +0000 (19:34 +0800)
Builder/Provider/File/Base.js

index 25efb40..535bd36 100644 (file)
@@ -37,7 +37,7 @@ Base = XObject.define(
             var _this = this;
             var write = this.toJsonArray()
             print("WRITE: " + this.path);// + "\n" + JSON.stringify(write));
-            File.write(this.path, JSON.stringify(write));
+            File.write(this.path, JSON.stringify(write, null, 4));
         },
         
         /**