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_"