From 2312690fcb273daf87cc2be254009a79de1f788e Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Thu, 6 Mar 2014 20:07:37 +0100 Subject: [PATCH 1/2] plugin/store.coffee: fix typo --- src/plugin/store.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin/store.coffee b/src/plugin/store.coffee index f409f92a9..cfaf2c6ee 100644 --- a/src/plugin/store.coffee +++ b/src/plugin/store.coffee @@ -78,7 +78,7 @@ class Annotator.Plugin.Store @options = $.extend(true, {}, @options, options) # Public: Callback method for annotationCreated event. Receives an annotation - # and sends a POST request to the sever using the URI for the "create" action. + # and sends a POST request to the server using the URI for the "create" action. # # annotation - An annotation Object that was created. # From f03d90d330b17ed561be31aca24f73e43ed03120 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sat, 8 Mar 2014 20:24:09 +0100 Subject: [PATCH 2/2] alon: work with localstore using demo.html, didn't manage to get dev.html working easily --- demo.html | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/demo.html b/demo.html index c9ecf6332..c80f299ef 100644 --- a/demo.html +++ b/demo.html @@ -13,7 +13,7 @@ - + @@ -21,22 +21,23 @@ - + + - + - + - + - + @@ -75,6 +76,13 @@

Header Level 3