--- 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