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/10/10 05:47:14 UTC

svn commit: r454626 - /incubator/xap/trunk/src/xap/data/bridge/MessageFormatterBridge.js

Author: mturyn
Date: Mon Oct  9 22:47:14 2006
New Revision: 454626

URL: http://svn.apache.org/viewvc?view=rev&rev=454626
Log:
Corrected class for .CLASS static variable.

Modified:
    incubator/xap/trunk/src/xap/data/bridge/MessageFormatterBridge.js

Modified: incubator/xap/trunk/src/xap/data/bridge/MessageFormatterBridge.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/src/xap/data/bridge/MessageFormatterBridge.js?view=diff&rev=454626&r1=454625&r2=454626
==============================================================================
--- incubator/xap/trunk/src/xap/data/bridge/MessageFormatterBridge.js (original)
+++ incubator/xap/trunk/src/xap/data/bridge/MessageFormatterBridge.js Mon Oct  9 22:47:14 2006
@@ -48,7 +48,7 @@
 **/
 xap.data.bridge.MessageFormatterBridge.prototype.createFormatter = function () {
 	/*String*/
-	var className = this.getElement().getAttribute(xap.xml.XmlTokens.CLASS);
+	var className = this.getElement().getAttribute(xap.data.XmlDataTokens.CLASS);
 
 	/*MessageFormatter*/
 	var formatter = null;