Changeset 27926
- Timestamp:
- 01/05/09 01:47:02 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/_libly.js
r27924 r27926 526 526 logger.log('return cache. '); 527 527 store.get('data').forEach(function(item) { if (typeof itemCallback == 'function') itemCallback(item); }); 528 if (typeof finalCallback == 'function') 528 if (typeof finalCallback == 'function') 529 529 finalCallback(true, store.get('data')); 530 530 return; … … 537 537 logger.log('return cache. -> ' + msg); 538 538 cache.forEach(function(item) { if (typeof itemCallback == 'function') itemCallback(item); }); 539 if (typeof finalCallback == 'function') 539 if (typeof finalCallback == 'function') 540 540 finalCallback(true, cache); 541 541 } else {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)