We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 452535a commit ba2d781Copy full SHA for ba2d781
twittperator.js
@@ -641,7 +641,7 @@ let INFO = xml`
641
OAuth.setParameter(message, "oauth_nonce", OAuth.nonce(6));
642
},
643
addToURL: function addToURL(url, parameters) {
644
- newURL = url;
+ var newURL = url;
645
if (parameters != null) {
646
var toAdd = OAuth.formEncode(parameters);
647
if (toAdd.length > 0) {
0 commit comments