From xap-commits-return-207-apmail-incubator-xap-commits-archive=incubator.apache.org@incubator.apache.org Sun Aug 06 05:07:17 2006 Return-Path: Delivered-To: apmail-incubator-xap-commits-archive@locus.apache.org Received: (qmail 13790 invoked from network); 6 Aug 2006 05:07:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Aug 2006 05:07:17 -0000 Received: (qmail 52754 invoked by uid 500); 6 Aug 2006 05:07:17 -0000 Delivered-To: apmail-incubator-xap-commits-archive@incubator.apache.org Received: (qmail 52731 invoked by uid 500); 6 Aug 2006 05:07:17 -0000 Mailing-List: contact xap-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: xap-dev@incubator.apache.org Delivered-To: mailing list xap-commits@incubator.apache.org Received: (qmail 52716 invoked by uid 99); 6 Aug 2006 05:07:17 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Aug 2006 22:07:17 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Aug 2006 22:07:14 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 247061A981A; Sat, 5 Aug 2006 22:06:48 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r429104 - /incubator/xap/trunk/src/xap/util/ObjectHierarchyAnalyzer.js Date: Sun, 06 Aug 2006 05:06:47 -0000 To: xap-commits@incubator.apache.org From: mturyn@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060806050648.247061A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: mturyn Date: Sat Aug 5 22:06:46 2006 New Revision: 429104 URL: http://svn.apache.org/viewvc?rev=429104&view=rev Log: Needed a provide() statement. Modified: incubator/xap/trunk/src/xap/util/ObjectHierarchyAnalyzer.js Modified: incubator/xap/trunk/src/xap/util/ObjectHierarchyAnalyzer.js URL: http://svn.apache.org/viewvc/incubator/xap/trunk/src/xap/util/ObjectHierarchyAnalyzer.js?rev=429104&r1=429103&r2=429104&view=diff ============================================================================== --- incubator/xap/trunk/src/xap/util/ObjectHierarchyAnalyzer.js (original) +++ incubator/xap/trunk/src/xap/util/ObjectHierarchyAnalyzer.js Sat Aug 5 22:06:46 2006 @@ -16,6 +16,8 @@ */ +Xap.provide("xap.util.ObjectHierarchyAnalyzer") ; + xap.util.ObjectHierarchyAnalyzer = function () {} xap.util.ObjectHierarchyAnalyzer.getAllClasses = function (name, arr) {