From af9e4a232ef78148b5680a9d089137bfc49f1a38 Mon Sep 17 00:00:00 2001 From: suVene Date: Mon, 8 Dec 2008 14:15:53 +0000 Subject: PLUGIN_INFO対応 @see http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/trunk/pluginManager.js git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@26139 d0d07461-0603-4401-acd4-de1884942a52 --- _libly.js | 62 ++++++++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 46 insertions(+), 16 deletions(-) (limited to '_libly.js') diff --git a/_libly.js b/_libly.js index 55ef192..df2a3cd 100644 --- a/_libly.js +++ b/_libly.js @@ -1,18 +1,48 @@ -/** - * ==VimperatorPlugin== - * @name libly.js - * @description suvene's library - * @description-ja 適当なライブラリっぽいものたち - * @author suVene suvene@zeromemory.info - * @version 0.1.1 - * @minVersion 1.2 - * @maxVersion 2.0pre - * Last Change: 08-Dec-2008. - * ==/VimperatorPlugin== - * - * HEAD COMMENT {{{ - * }}} - */ +// PLUGIN_INFO//{{{ +var PLUGIN_INFO = + + libly(filename _libly.js) + vimperator plugins library? + 適当なライブラリっぽいものたち。 + suVene + 0.1.1 + 1.2 + 2.0pre + +; +//}}} if (!liberator.plugins.libly) { liberator.plugins.libly = {}; @@ -64,7 +94,7 @@ lib.$U = {//{{{ if (Components.utils.evalInSandbox('true', sandbox) === true) { fnc = function(text) { return Components.utils.evalInSandbox(text, sandbox); }; } - } catch (e) { $U.log('warning: multi_requester.js is working with unsafe sandbox.'); } + } catch (e) { liberator.log('warning: multi_requester.js is working with unsafe sandbox.'); } return fnc(text); }, -- cgit v1.2.3