From 9eb682365c2158bcc584d46fe36db41f789ca710 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 9 Oct 2016 19:23:56 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- pwiki.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pwiki.js b/pwiki.js index 1a5c26a..aba8b42 100755 --- a/pwiki.js +++ b/pwiki.js @@ -428,6 +428,11 @@ module.pWikiBase = actions.Actions({ } else { this.__location = value + // NOTE: we are returning here without a refresh to avoid + // recursion... + // NOTE: a refresh will get called when the location value + // is accessed for the first time... + // XXX should we clear .match here??? return }