diff options
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; // }}} })(); |