Changeset 27926

Show
Ignore:
Timestamp:
01/05/09 01:47:02 (4 years ago)
Author:
drry
Message:
  • (and whitespace changes)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/vimperator-plugins/trunk/_libly.js

    r27924 r27926  
    526526            logger.log('return cache. '); 
    527527            store.get('data').forEach(function(item) { if (typeof itemCallback == 'function') itemCallback(item); }); 
    528             if (typeof finalCallback == 'function')  
     528            if (typeof finalCallback == 'function') 
    529529                finalCallback(true, store.get('data')); 
    530530            return; 
     
    537537                logger.log('return cache. -> ' + msg); 
    538538                cache.forEach(function(item) { if (typeof itemCallback == 'function') itemCallback(item); }); 
    539                 if (typeof finalCallback == 'function')  
     539                if (typeof finalCallback == 'function') 
    540540                    finalCallback(true, cache); 
    541541            } else {