mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-27 16:03:52 +00:00
Fix global leak
This commit is contained in:
@@ -2,7 +2,8 @@ iD.OAuth = function(context) {
|
||||
var baseurl = 'http://www.openstreetmap.org',
|
||||
o = {},
|
||||
keys,
|
||||
oauth = {};
|
||||
oauth = {},
|
||||
oauth_secret;
|
||||
|
||||
function timenonce(o) {
|
||||
o.oauth_timestamp = ohauth.timestamp();
|
||||
|
||||
Reference in New Issue
Block a user