Skip to content

Commit 9652aff

Browse files
author
Marco de Jongh
committed
Merge pull request #1 from mccannf/master
Trying something out
2 parents 829dee4 + e67dfd0 commit 9652aff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

js/jquery.annotate.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,13 @@
132132
}
133133
};
134134

135+
$.fn.annotateImage.loadMore = function(image, newNote) {
136+
/// <summary>
137+
/// Loads annotation from note parameter
138+
/// </summary>
139+
image.notes[newNote] = new $.fn.annotateView(image, newNote);
140+
};
141+
135142
$.fn.annotateImage.getTicks = function() {
136143
/// <summary>
137144
/// Gets a count og the ticks for the current date.

0 commit comments

Comments
 (0)