Changeset 38076
- Timestamp:
- 07/31/10 17:42:11 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/plugin_loader.js
r38075 r38076 72 72 73 73 function around () { 74 if (!liberator.plugins.libly) 75 return false; 76 74 77 liberator.plugins.libly.$U.around( 75 78 io, … … 91 94 } 92 95 ); 96 return true; 93 97 } 94 98 … … 119 123 liberator.echoerr('plugin_loader.js: context not found (' + file.path + ')'); 120 124 } 121 if (!arounded && file.leafName === '_libly.js') { 122 arounded = true; 123 around(); 124 } 125 if (!arounded && file.leafName === '_libly.js') 126 arounded = around(); 125 127 } 126 128 });
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)