| changeset 155 | 7e8492a5c70f |
| parent 154 | 60ca7678f074 |
--- a/integration/js/segmentapi-serializer.js Tue Oct 01 16:16:07 2013 +0200 +++ b/integration/js/segmentapi-serializer.js Tue Oct 01 16:37:24 2013 +0200 @@ -1,3 +1,9 @@ +/* START segmentapi-serializer.js */ + +if (typeof IriSP.serializers === "undefined") { + IriSP.serializers = {}; +} + IriSP.serializers.segmentapi = { deSerialize : function(_data, _source) { var _annotationlist = new IriSP.Model.List(_source.directory),