From 9ba8db6e0a4ddacb77d0754ff12a36244c041deb Mon Sep 17 00:00:00 2001 From: hallgren Date: Tue, 1 Nov 2011 17:45:01 +0000 Subject: [PATCH] gfse: documentation update --- src/www/gfse/localstorage.js | 4 ++-- 1 file 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",