Changeset 8423
- Timestamp:
- 03/27/08 01:31:12 (5 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
r8412 r8423 2 2 * vimperator plugin 3 3 * Add `copy' command 4 * For vimperator 0. 6pre4 * For vimperator 0.5.3 5 5 * @author teramako teramako@gmail.com 6 6 * @version 0.1 … … 48 48 if (special && arg){ 49 49 try { 50 copyString = window.eval('with( vimperator){' + arg + '}');50 copyString = window.eval('with(liberator){' + arg + '}'); 51 51 switch (typeof copyString){ 52 52 case 'object':
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)