aboutsummaryrefslogtreecommitdiffstats
path: root/_libly.js
diff options
context:
space:
mode:
authoranekos2010-04-07 16:57:44 +0000
committeranekos2010-04-07 16:57:44 +0000
commit6e887bd289f82af1a56c931eedbeec2371625797 (patch)
treeeea327e7051c1dfddc8847e11c473366b9da5bfc /_libly.js
parent4dea325904692f22e3d0d84265d6bc77ea7cb018 (diff)
downloadvimperator-plugins-6e887bd289f82af1a56c931eedbeec2371625797.tar.bz2
オリジナルの関数を参照しやすいようにした
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37169 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to '_libly.js')
-rwxr-xr-x_libly.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/_libly.js b/_libly.js
index 174d303..b459914 100755
--- a/_libly.js
+++ b/_libly.js
@@ -12,9 +12,9 @@ var PLUGIN_INFO =
<description lang="ja">適当なライブラリっぽいものたち。</description>
<author mail="suvene@zeromemory.info" homepage="http://zeromemory.sblo.jp/">suVene</author>
<license>MIT</license>
- <version>0.1.32</version>
+ <version>0.1.33</version>
<minVersion>2.3pre</minVersion>
- <maxVersion>2.3pre</maxVersion>
+ <maxVersion>2.3</maxVersion>
<updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/_libly.js</updateURL>
<detail><![CDATA[
== Objects ==
@@ -275,6 +275,7 @@ libly.$U = {//{{{
let self = this, args = arguments;
return func.call(self, function (_args) original.apply(self, _args || args), args);
};
+ libly.$U.extend(current, {original: original.original || original, restore: restore});
return libly.$U.extend({
original: original,
current: current,