source: DASISH/t5.6/client/trunk/chrome/markingcollection/content/markingcollection/annotator-service/annotations.wired.marker.js @ 2769

Last change on this file since 2769 was 2769, checked in by olof, 11 years ago

added comments for insertion-points for update, delete and insert

File size: 204 bytes
Line 
1var annotationService = (function() {
2    return {
3        getAnnotations: function(url, callback) {
4           
5        },
6        putAnnotation: function(annotation) {
7           
8        }
9    }
10}());
Note: See TracBrowser for help on using the repository browser.