Changeset 29550
- Timestamp:
- 02/05/09 01:06:22 (4 years ago)
- Files:
-
- 1 modified
-
lang/javascript/vimperator-plugins/trunk/copy.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/copy.js
r29547 r29550 205 205 let custom = (function(item){ 206 206 207 return function(value ){207 return function(value, value2){ 208 208 var STORE_KEY = 'plugins-copy-ok-func'; 209 209 var store = storage.newMap(STORE_KEY, true); … … 249 249 return; 250 250 } 251 return func(value );251 return func(value, value2); 252 252 }; 253 253 })(item);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)