src/js/serializers/ldt_annotate.js
changeset 998 9521347ede1d
parent 979 ff62016e051d
child 1013 392ddcd212d7
--- a/src/js/serializers/ldt_annotate.js	Tue Apr 23 15:23:20 2013 +0200
+++ b/src/js/serializers/ldt_annotate.js	Wed May 15 15:35:15 2013 +0200
@@ -1,7 +1,7 @@
-/* Used when Putting annotations on the platform */
+/* ldt_annotate serializer: Used when Putting annotations on the platform */
 
 if (typeof IriSP.serializers === "undefined") {
-    IriSP.serializers = {}
+    IriSP.serializers = {};
 }
 
 IriSP.serializers.ldt_annotate = {
@@ -72,4 +72,6 @@
         _source.addList('annotation', new IriSP.Model.List(_source.directory));
         this.deserializeAnnotation(_data, _source);
     }
-}
\ No newline at end of file
+};
+
+/* End ldt_annotate serializer */
\ No newline at end of file