From dcbbe1c4b6c7fb17b9b3bed1523514daf1dfbddd Mon Sep 17 00:00:00 2001 From: Ivan Danyliuk Date: Wed, 24 Oct 2018 22:56:13 +0200 Subject: [PATCH] Add TODO --- storage/local_storage.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/storage/local_storage.go b/storage/local_storage.go index c162446..9bc3969 100644 --- a/storage/local_storage.go +++ b/storage/local_storage.go @@ -6,6 +6,8 @@ import ( "github.com/gopherjs/gopherjs/js" ) +// TODO: add forces editor values + // this app can be served from "file://", so let's not // mix with other local apps const prefix = "whisperviz_"