Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-10-09 19:23:56 +03:00
parent 700c77c813
commit 9eb682365c

View File

@ -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
}