You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by zo...@apache.org on 2010/07/03 19:19:25 UTC

svn commit: r960238 - /incubator/aries/trunk/samples/goat/goat-web/src/main/resources/web/goat/elements/TwistieSection.js

Author: zoe
Date: Sat Jul  3 17:19:25 2010
New Revision: 960238

URL: http://svn.apache.org/viewvc?rev=960238&view=rev
Log:
ARIES-319 fixing a comment

Modified:
    incubator/aries/trunk/samples/goat/goat-web/src/main/resources/web/goat/elements/TwistieSection.js

Modified: incubator/aries/trunk/samples/goat/goat-web/src/main/resources/web/goat/elements/TwistieSection.js
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/samples/goat/goat-web/src/main/resources/web/goat/elements/TwistieSection.js?rev=960238&r1=960237&r2=960238&view=diff
==============================================================================
--- incubator/aries/trunk/samples/goat/goat-web/src/main/resources/web/goat/elements/TwistieSection.js (original)
+++ incubator/aries/trunk/samples/goat/goat-web/src/main/resources/web/goat/elements/TwistieSection.js Sat Jul  3 17:19:25 2010
@@ -48,7 +48,8 @@ dojo.declare("goat.elements.TwistieSecti
 			this.width=150;
 			this.height=12;
 			this.isOpen=false;
-			//maintains a list of relations ships to displsy - with dups removed.
+
+			//maintains a list of relationships to display - with dups removed.
 			this.items = new Array();
 			this.itemTexts = new Array();