3
0
mirror of https://github.com/britzl/monarch.git synced 2025-09-28 02:22:20 +02:00

Changed from controller_url to focus_url. Improved docs

This commit is contained in:
Björn Ritzl
2017-09-28 08:22:05 +02:00
parent e24acb51d8
commit e46a703b25
5 changed files with 79 additions and 33 deletions

View File

@@ -4,11 +4,11 @@ go.property("screen_proxy", msg.url("#collectionproxy"))
go.property("screen_id", hash(""))
go.property("popup", false)
go.property("transition_url", msg.url())
go.property("controller_url", msg.url())
go.property("focus_url", msg.url())
function init(self)
monarch.register(self.screen_id, self.screen_proxy, self.popup, self.transition_url, self.controller_url)
monarch.register(self.screen_id, self.screen_proxy, self.popup, self.transition_url, self.focus_url)
end
function final(self)