You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by mt...@apache.org on 2006/08/06 05:06:47 UTC

svn commit: r429104 - /incubator/xap/trunk/src/xap/util/ObjectHierarchyAnalyzer.js

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) {