diff options
author | anekos | 2010-07-31 10:20:52 +0000 |
---|---|---|
committer | anekos | 2010-07-31 10:20:52 +0000 |
commit | 983c5cc909bc1366d898f8dcfa10ccd8eec3773c (patch) | |
tree | 5626593bf3922b3b2d76b46ec01c3162849c59ee /twittperator.js | |
parent | 3662f657eaf65eb9870e1a0fc921151a4fef3fdb (diff) | |
download | vimperator-plugins-983c5cc909bc1366d898f8dcfa10ccd8eec3773c.tar.bz2 |
OAuth オブジェクトに外からアクセスできるようにする
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38085 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'twittperator.js')
-rwxr-xr-x | twittperator.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/twittperator.js b/twittperator.js index 4f6673e..257a7d0 100755 --- a/twittperator.js +++ b/twittperator.js @@ -1513,6 +1513,7 @@ } let tw = new TwitterOauth(accessor); + __context__.OAuth = tw; // }}} })(); |