summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2011-11-01 17:45:01 +0000
committerhallgren <hallgren@chalmers.se>2011-11-01 17:45:01 +0000
commit9ba8db6e0a4ddacb77d0754ff12a36244c041deb (patch)
tree0e6c5785c89bd36d255648d89e53ead863c53288
parentf8665c7213426588e39db9afb4f18278b8ddffb8 (diff)
gfse: documentation update
-rw-r--r--src/www/gfse/localstorage.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/www/gfse/localstorage.js b/src/www/gfse/localstorage.js
index 31201998c..696a432fb 100644
--- a/src/www/gfse/localstorage.js
+++ b/src/www/gfse/localstorage.js
@@ -1,6 +1,6 @@
-// We use localStorage to store the grammars,
-// see http://diveintohtml5.org/storage.html
+// Grammars are stored locally in the browser using localStorage.
+// See http://diveintohtml5.info/storage.html
var local={
prefix:"gf.editor.simple.grammar",