Skip to content

Commit ba2d781

Browse files
committed
fix missing var
1 parent 452535a commit ba2d781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twittperator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ let INFO = xml`
641641
OAuth.setParameter(message, "oauth_nonce", OAuth.nonce(6));
642642
},
643643
addToURL: function addToURL(url, parameters) {
644-
newURL = url;
644+
var newURL = url;
645645
if (parameters != null) {
646646
var toAdd = OAuth.formEncode(parameters);
647647
if (toAdd.length > 0) {

0 commit comments

Comments
 (0)