* deleteAnnotation(annotationID, returnSuccess, returnError) (delete is a reserved word)
* TODO:
* There is a bug in that if you create an annotation and then delete it (without moving pages) then click either the write annotation button
* or try to create a new annotation the deleted annotation re-appears. Changing pages fixes the issue as the annoation is delete from the annotation store
*
*/
(function ($){
...
...
@@ -30,8 +27,10 @@
uri:null,
url:options.url,
dfd:null,
annotationsList:[],//OA list for Mirador use
idMapper:{}// internal list for module use to map id to URI