Changeset 8423

Show
Ignore:
Timestamp:
03/27/08 01:31:12 (5 years ago)
Author:
trapezoid
Message:

lang/javascript/vimperator-plugins/trunk/copy.js: some fix

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/vimperator-plugins/trunk/copy.js

    r8412 r8423  
    22 * vimperator plugin 
    33 * Add `copy' command 
    4  * For vimperator 0.6pre 
     4 * For vimperator 0.5.3 
    55 * @author teramako teramako@gmail.com 
    66 * @version 0.1 
     
    4848                if (special && arg){ 
    4949                        try { 
    50                                 copyString = window.eval('with(vimperator){' + arg + '}'); 
     50                                copyString = window.eval('with(liberator){' + arg + '}'); 
    5151                                switch (typeof copyString){ 
    5252                                        case 'object':