[ease/animate_zoom: 14/15] A little more documentation for the parser.



commit 299ce4dc64f7795a8541eeba84f009ff3988b76c
Author: Nate Stedman <natesm gmail com>
Date:   Sat May 29 04:48:16 2010 -0400

    A little more documentation for the parser.

 src/JSONParser.vala |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/JSONParser.vala b/src/JSONParser.vala
index 17e0547..1532cc8 100644
--- a/src/JSONParser.vala
+++ b/src/JSONParser.vala
@@ -139,7 +139,6 @@ public static class Ease.JSONParser
 		var generator = new Json.Generator();
 		generator.set_root(root);
 		generator.pretty = true;
-		
 		generator.to_file(document.path + "/Document.json");
 	}
 	



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]