Example #1
0
		TITANIUM_FUNCTION(View, removeAllAnnotations)
		{
			removeAllAnnotations();
			return get_context().CreateUndefined();
		}
Example #2
0
AnnotationList::~AnnotationList() {
  removeAllAnnotations();
  removeAllGroups();
}