From fda16603a0d113d2c3f79232f9560ee6aef3478d Mon Sep 17 00:00:00 2001 From: anekos Date: Sat, 15 Aug 2009 03:05:31 +0000 Subject: デバッグ用コード削除 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@34877 d0d07461-0603-4401-acd4-de1884942a52 --- auto-focus-frame.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'auto-focus-frame.js') diff --git a/auto-focus-frame.js b/auto-focus-frame.js index aa747a9..9c1e60a 100644 --- a/auto-focus-frame.js +++ b/auto-focus-frame.js @@ -38,7 +38,7 @@ let PLUGIN_INFO = Auto focus frame Automatically focus to largest frame. 最も大きなフレームに自動的にフォーカスする。 - 1.0.8 + 1.0.9 anekos new BSD License (Please read the source code comments of this plugin) 修正BSDライセンス (ソースコードのコメントを参照してください) @@ -60,13 +60,9 @@ let PLUGIN_INFO = (function () { function onLoad () { - liberator.log('auto-focus-frame.js - onLoad'); - if (!(window.content.document instanceof HTMLDocument) || (content.frames.length <= 1)) return; - liberator.log('auto-focus-frame.js - onLoad'); - let targetFrames = [ frame for (frame in util.Array.itervalues(content.frames)) -- cgit v1.2.3