From 983c5cc909bc1366d898f8dcfa10ccd8eec3773c Mon Sep 17 00:00:00 2001 From: anekos Date: Sat, 31 Jul 2010 10:20:52 +0000 Subject: OAuth オブジェクトに外からアクセスできるようにする git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38085 d0d07461-0603-4401-acd4-de1884942a52 --- twittperator.js | 1 + 1 file changed, 1 insertion(+) 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; // }}} })(); -- cgit v1.2.3