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/18 04:19:25 UTC

svn commit: r432486 - /incubator/xap/trunk/src/xap/bridges/dojo/DojoDatePickerBridge.js

Author: mturyn
Date: Thu Aug 17 21:19:25 2006
New Revision: 432486

URL: http://svn.apache.org/viewvc?rev=432486&view=rev
Log:
Problem with onIncrementYear() method worked around.

Modified:
    incubator/xap/trunk/src/xap/bridges/dojo/DojoDatePickerBridge.js

Modified: incubator/xap/trunk/src/xap/bridges/dojo/DojoDatePickerBridge.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/src/xap/bridges/dojo/DojoDatePickerBridge.js?rev=432486&r1=432485&r2=432486&view=diff
==============================================================================
--- incubator/xap/trunk/src/xap/bridges/dojo/DojoDatePickerBridge.js (original)
+++ incubator/xap/trunk/src/xap/bridges/dojo/DojoDatePickerBridge.js Thu Aug 17 21:19:25 2006
@@ -123,6 +123,6 @@
  * would be created for the peer wrappering <code>this.fireEvent("onIncrementYear")</code>.
 **/
 xap.bridges.dojo.DojoDatePickerBridge.prototype.onIncrementYear = function(){
-	alert("Year value changed to \"" +dojo.date.toString(this.getPeer().date,"#yyyy")+"\".") ;
+	alert("Year value changed.") ;
 }