XObject.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 17 May 2010 05:14:10 +0000 (13:14 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 17 May 2010 05:14:10 +0000 (13:14 +0800)
XObject.js

index a9909ef..f4c0cb3 100644 (file)
@@ -314,7 +314,7 @@ XObject.prototype = {
       * Finds an object in the child elements using xid of object.
       * prefix with '.' to look up the tree.. 
       * prefix with multiple '..' to look further up..
-      * prefix with '^' to look from the top, eg. '^LeftTree.model'
+      * prefix with '/' to look from the top, eg. '^LeftTree.model'
       * 
       * @arg name  {String} name of signal
       * @return   {XObject|false} the object if found.