Return-Path: Delivered-To: apmail-struts-commits-archive@locus.apache.org Received: (qmail 65279 invoked from network); 15 Jan 2008 02:24:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Jan 2008 02:24:13 -0000 Received: (qmail 3673 invoked by uid 500); 15 Jan 2008 02:24:01 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 3619 invoked by uid 500); 15 Jan 2008 02:24:01 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 3610 invoked by uid 99); 15 Jan 2008 02:24:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jan 2008 18:24:01 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jan 2008 02:23:45 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2110D1A9832; Mon, 14 Jan 2008 18:23:37 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r611995 [1/2] - in /struts/struts2/trunk/plugins/dojo/src/main/resources/org/apache/struts2/static/dojo: struts_dojo.js struts_dojo.js.uncompressed.js Date: Tue, 15 Jan 2008 02:23:34 -0000 To: commits@struts.apache.org From: husted@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080115022337.2110D1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: husted Date: Mon Jan 14 18:23:31 2008 New Revision: 611995 URL: http://svn.apache.org/viewvc?rev=611995&view=rev Log: WW-2094 Reapply patch submitted by Benjamin McCann that was previously applied in r590970 and somehow rolled back by r591003. Modified: struts/struts2/trunk/plugins/dojo/src/main/resources/org/apache/struts2/static/dojo/struts_dojo.js struts/struts2/trunk/plugins/dojo/src/main/resources/org/apache/struts2/static/dojo/struts_dojo.js.uncompressed.js Modified: struts/struts2/trunk/plugins/dojo/src/main/resources/org/apache/struts2/static/dojo/struts_dojo.js URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/dojo/src/main/resources/org/apache/struts2/static/dojo/struts_dojo.js?rev=611995&r1=611994&r2=611995&view=diff ============================================================================== --- struts/struts2/trunk/plugins/dojo/src/main/resources/org/apache/struts2/static/dojo/struts_dojo.js (original) +++ struts/struts2/trunk/plugins/dojo/src/main/resources/org/apache/struts2/static/dojo/struts_dojo.js Mon Jan 14 18:23:31 2008 @@ -1,20 +1,20 @@ /* - Copyright (c) 2004-2006, The Dojo Foundation - All Rights Reserved. + Copyright (c) 2004-2006, The Dojo Foundation + All Rights Reserved. - Licensed under the Academic Free License version 2.1 or above OR the - modified BSD license. For more information on Dojo licensing, see: + Licensed under the Academic Free License version 2.1 or above OR the + modified BSD license. For more information on Dojo licensing, see: - http://dojotoolkit.org/community/licensing.shtml + http://dojotoolkit.org/community/licensing.shtml */ /* - This is a compiled version of Dojo, built for deployment and not for - development. To get an editable version, please visit: + This is a compiled version of Dojo, built for deployment and not for + development. To get an editable version, please visit: - http://dojotoolkit.org + http://dojotoolkit.org - for documentation and information on getting the source. + for documentation and information on getting the source. */ if(typeof dojo=="undefined"){ @@ -16928,7 +16928,7 @@ dojo.debug("adding selectedDate"); dojo.html.addClass(this.clickedNode,this.classNames.selectedDate); this.selectedNode=this.clickedNode; -}else{ +}else if(this.value){ this._preInitUI(this.value,false,true); } this.clickedNode=null;