fix xooki local root init (used by include feature)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/site/xooki@598259 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/xooki.js b/xooki.js
index a83e841..3193f03 100644
--- a/xooki.js
+++ b/xooki.js
@@ -903,6 +903,8 @@
     xooki.c.initProperty("level", 0);

     xooki.c.initProperty("root", xooki.c.computeRoot);

     xooki.c.initProperty("relativeRoot", xooki.c.computeRelativeRoot);

+    xooki.c.initProperty("localRoot", xooki.c.root);

+    xooki.c.initProperty("localRelativeRoot", xooki.c.relativeRoot);

     globalConfig = xooki.url.loadURL(u("config.json"), false);

     if (globalConfig != null) 

         xooki.util.mix(globalConfig, xooki.c, false);