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 jm...@apache.org on 2007/02/13 21:36:56 UTC

svn commit: r507238 - /incubator/xap/trunk/codebase/src/xap/bridges/yahoo/YahooMarkersBridge.js

Author: jmargaris
Date: Tue Feb 13 13:36:56 2007
New Revision: 507238

URL: http://svn.apache.org/viewvc?view=rev&rev=507238
Log:
bad syntax on getLogger() call fixed

Modified:
    incubator/xap/trunk/codebase/src/xap/bridges/yahoo/YahooMarkersBridge.js

Modified: incubator/xap/trunk/codebase/src/xap/bridges/yahoo/YahooMarkersBridge.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/codebase/src/xap/bridges/yahoo/YahooMarkersBridge.js?view=diff&rev=507238&r1=507237&r2=507238
==============================================================================
--- incubator/xap/trunk/codebase/src/xap/bridges/yahoo/YahooMarkersBridge.js (original)
+++ incubator/xap/trunk/codebase/src/xap/bridges/yahoo/YahooMarkersBridge.js Tue Feb 13 13:36:56 2007
@@ -49,7 +49,7 @@
 
 xap.bridges.yahoo.YahooMarkersBridge.prototype = new xap.bridges.yahoo.YahooBridge;
 
-xap.bridges.yahoo.YahooMarkersBridge.s_log =xap.log.Logger.getLogger.getLog( "xap.bridges.yahoo.YahooMarkersBridge" );
+xap.bridges.yahoo.YahooMarkersBridge.s_log =xap.log.Logger.getLogger( "xap.bridges.yahoo.YahooMarkersBridge" );
 
 xap.bridges.yahoo.YahooMarkersBridge.prototype.toString = function() {
 	return "xap.bridges.yahoo.YahooMarkersBridge";