Show
Ignore:
Timestamp:
08/07/08 22:11:39 (4 months ago)
Author:
anekos
Message:

"()"が抜けていたのを修正。

Files:
1 modified

Legend:

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

    r17166 r17213  
    248248      let st = content.document.defaultView.getComputedStyle(element, null); 
    249249      return !(st.display && st.display.match(/none/)) && (!element.parentNode || isVisible(element.parentNode)) 
    250     } catch { 
     250    } catch (e) { 
    251251      return true; 
    252252    } 
     
    403403 
    404404 
    405   liberator.log('auto_nextandback.js loaded'); 
     405  liberator.log('auto_detect_link.js loaded'); 
    406406 
    407407}catch(e){liberator.log(e)}