diff --git a/js/jquery.annotate.js b/js/jquery.annotate.js index 6bc541e..b9b0d65 100644 --- a/js/jquery.annotate.js +++ b/js/jquery.annotate.js @@ -113,6 +113,13 @@ } }; + $.fn.annotateImage.loadMore = function(image, newNote) { + /// + /// Loads annotation from note parameter + /// + image.notes[newNote] = new $.fn.annotateView(image, newNote); + }; + $.fn.annotateImage.getTicks = function() { /// /// Gets a count og the ticks for the current date.