Fix global leak

This commit is contained in:
John Firebaugh
2013-03-06 13:45:43 -08:00
parent 00696a9a96
commit 63d7d94c4a

View File

@@ -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();