Former-commit-id: aca03445a2baa4608d3307f3bf329a6591b60a19
This commit is contained in:
Gerasimos (Makis) Maropoulos 2019-08-09 08:27:38 +03:00
parent b7bc89335d
commit 6be7bbfbb0

View File

@ -125,7 +125,7 @@ func main() {
ctx.ViewData("showingAllDone", true) ctx.ViewData("showingAllDone", true)
ctx.ViewData("title", "Todos - All Done") ctx.ViewData("title", "Todos - All Done")
// Key does not actual matters at all here. // Key does not actual matter at all here.
// However, you can enable it for better performance. // However, you can enable it for better performance.
// In order to enable key mapping for // In order to enable key mapping for
// jet specific renderer and ranger types // jet specific renderer and ranger types