Skip to content
Snippets Groups Projects
annotations.js 148 B
Newer Older
Tyler Struyk's avatar
Tyler Struyk committed
var comments = {
"comments" : [
	{
		"el": "#annotation-css-selector",
		"title" : "Annotation title",
		"comment": "Annotation description"
	}
]
};