Changeset 124 for trunk/common/Devel.js

Show
Ignore:
Timestamp:
02/08/07 19:00:02 (3 years ago)
Author:
ydnar
Message:

revised initSingleton machinery; now no longer accepts any initialization arguments; fixes App double-init

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/common/Devel.js

    r94 r124  
    169169 
    170170Logger.override( { 
    171     initSingleton: function() { 
    172         if( Logger.singleton ) 
    173             return; 
    174         return Class.initSingleton.apply( Logger, arguments ); 
    175     }, 
    176  
    177  
    178171    log: function() { 
    179172        var a = Logger.logMessages( "INFO", arguments );