From 6aace0d4aa57a226a2b43fcb55fa28c17554376a Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Sun, 12 Aug 2012 13:42:43 +0200 Subject: [PATCH] Remove getPath/setPath from NOTES, it's already fixed --- NOTES.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/NOTES.txt b/NOTES.txt index 1cfb310e..577dc5a8 100644 --- a/NOTES.txt +++ b/NOTES.txt @@ -33,11 +33,3 @@ helper (does it need to be quoted or not? what's the namespace and current scope there?) I might get a controller or model instance. When I use the back/forward button I get a plain object? - -# Stuff - -* I'm sure joining get and getPath was considered, right? I keep forgetting - to change `get` to `getPath` when I move stuff around and now need to - look up a path instead of a single key. What's the reason for separate - methods? Performance? -