From ce30c5aac4bdd55edd8485309828af1acd7d4773 Mon Sep 17 00:00:00 2001 From: hns Date: Tue, 1 Apr 2008 09:51:07 +0000 Subject: [PATCH] * Implement Application.getParentElement(). --- Application/functions.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Application/functions.js b/Application/functions.js index 52567b08..248fb68a 100644 --- a/Application/functions.js +++ b/Application/functions.js @@ -25,6 +25,13 @@ function href(action) { return action ? base + action : base; } +/** + * Method used by Helma for URL composition. + */ +function getParentElement() { + return root; +} + /** * Method used by Helma request path resolution. */