Changeset 24581 for lang/javascript
- Timestamp:
- 11/22/08 00:43:50 (4 years ago)
- Location:
- lang/javascript/vimperator-plugins/trunk
- Files:
-
- 2 modified
-
auto_source.js (modified) (1 diff)
-
fetchyoutube.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/auto_source.js
r23763 r24581 74 74 completer: function (arg, bang) { 75 75 return bang ? [0, [[filepath, ''] for (filepath in files)]] 76 : completion.file .apply(this, arguments);76 : completion.file(arg); 77 77 } 78 78 }, -
lang/javascript/vimperator-plugins/trunk/fetchyoutube.js
r24195 r24581 5 5 // @version 1.0 6 6 // @author anekos (anekos@snca.net) 7 // @minVersion 2.0pre7 // @minVersion 1.2 8 8 // @maxVersion 2.0pre 9 9 // ==/VimperatorPlugin== … … 73 73 'fecth YouTube HD video', 74 74 fetch, 75 {argCount: '*', completer: completion.file},75 {argCount: '*', completer: function (arg) completion.file(arg)}, 76 76 true 77 77 );
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)